Shared tslint
configuration with tslint-config-prettier and tslint-consistent-codestyle for use in Toba projects.
Usage
yarn add @toba/tslint --dev
or
npm install @toba/tslint --save-dev
then create tslint.json
with
{
"extends": [
"@toba/tslint"
]
}