README
@nybr/tslint-config v1.0.1
TSLint configuration.
Installation
Install this package using NPM.
$ npm install --save-dev @nybr/tslint-config
Usage
Create an tslint.json
file in the root of your project and extend the default TSLint settings:
{
"extends": [
"@nybr/tslint-config",
// In case of testing
"@nybr/tslint-config/src/tests"
]
}