tslint-config-seek
v1.2.0
Published
TSLint configuration used by SEEK
Downloads
342
Readme
tslint-config-seek
This package includes the shareable TSLint configuration used by SEEK.
Note: this assumes you’re using a tsconfig.json with strict and noUnusedLocals enabled.
Usage
First, install this package and TSLint.
Then create a file named tslint.json
with following contents in the root folder of your project:
{
"extends": "tslint-config-seek"
}
You can override the settings from tslint-config-seek by editing the tslint.json file.
License
MIT.