tslint-config-strict
v1.12.0
Published
Strict tslint configuration based build by changing some rules from tslint:all base.
Downloads
1,644
Readme
TSLint strict configuration
Strict tslint configuration based build by changing some rules from tslint:all base.
Installation
This package is distributed via npm
npm install tslint-config-strict
Usage
Create tslint.json
with config like
{
"extends": ["tslint-config-strict"],
"rules": {}
}