tslint-config-bunch-of-friends
v1.0.3
Published
Bunch of friends' tslint configuration file
Downloads
5
Maintainers
Readme
tslint-config-bunch-of-friends
Bunch of friends' tslint configuration file
How to use
Extend the rules from your tslint.json file.
npm install --save-dev tslint-config-bunch-of-friends
Make your tslint.config
extend this configuration, by adding:
{
"extends": "tslint-config-bunch-of-friends"
}
For more information about tslint and its configuration, see https://palantir.github.io/tslint/