@leo-tools/tslint-config-common
v0.0.4
Published
A TSLint config for leo-tools JavaScript Style
Downloads
7
Readme
tslint-config-common
Common TSLint shareable config
Installation
$ npm install --save-dev @leo-tools/tslint-config-common
Usage
Once the @leo-tools/tslint-config-common package is installed, you can use it by specifying @leo-tools/tslint-config-common in the extends section of your TSLint configuration.
{
"extends": ["@leo-tools/tslint-config-common"],
"rules": {
// Additional, per-project rules...
}
}