2.0.3 • Published 7 years ago
@kwiwk/tslint v2.0.3
tslint
Kwiwk TSLint configuration

Table Of Contents
Usage
Install tslint and the config as development dependencies:
yarn add -D tslint @kwiwk/tslintCreate a tslint.json file and add the following:
{
"extends": "@kwiwk/tslint/tslint.json"
}Add the following as a script to your package.json:
{
// ...
"scripts": {
// ...
"tslint": "tslint --project ./tsconfig.json --fix"
}
}Execute with the linter with the command:
yarn tslintLicense
View the license here.