2.0.0 • Published 7 years ago

tslint-presets v2.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

Build Status npm version npm downloads dependencies npm devDependencies npm license

TSlint presets

Usage

Install from NPM to your Dev Dependencies

npm install --save-dev tslint-presets

Configure TSLint to use tslint-presets:

In your tslint.json file, extend this package, e.g:

{
  "extends": [
    "tslint-presets"
  ],
  "rules": {
    "no-constant-condition": true
  }
}

You can also extend other tslint config packages to combine this plugin with other community custom rules.

2.0.0

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago