@kwiwk/tslint
v2.0.3
Published
Kwiwk TSLint configuration.
Downloads
3
Readme
tslint
Kwiwk TSLint configuration
Table Of Contents
Usage
Install tslint and the config as development dependencies:
yarn add -D tslint @kwiwk/tslint
Create 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 tslint
License
View the license here.