1.2.0 • Published 6 years ago

@extern/tslint v1.2.0

Weekly downloads
94
License
ISC
Repository
-
Last release
6 years ago

TSlint presets

Usage

Install from NPM to your Dev Dependencies

npm install --save-dev @extern/tslint

Configure TSLint to use tslint-presets:

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

{
  "extends": [
    "@extern/tslint"
  ],
  "rules": {
    "no-constant-condition": true
  }
}

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

1.2.0

6 years ago

1.0.3

6 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago