@dlevs/tslint-config
v1.0.4
Published
A TSLint configuration to extend for personal projects.
Downloads
25
Readme
TSLint Config
A TSLint configuration to extend for personal projects.
Install
npm install -D @dlevs/tslint-config
Usage
Make a tslint.json file at the root of your project that extends this config, like this:
{
"extends": ["@dlevs/tslint-config"]
}