5.2.0 • Published 3 years ago

tslint-checker v5.2.0

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

NPM version Downloads npm.io

tslint-checker

tslint-checker is the module to synchronise linting rules in the distributed development environment.

  • Works on the latest tslint rules
  • Serves linting rules for Typescript, React (tsx support) and Angular projects
  • Easily extensible
  • Easy incorporation

Usage

The package can be integrated very easily in any project.

 - npm install tslint-checker --save

Create a tslint.json file in the root folder of your project and add the following:

{
  "extends": "tslint-checker/tslint"
}

Incorporation for React projects (.tsx files)

{
  "extends": "tslint-checker/tslint-react"
}

Incorporation for Angular projects

{
  "extends": "tslint-checker/tslint-ng2"
}

Reference TS Lint Rules:

TSLint Rules

License

MIT

5.2.0

3 years ago

5.1.0

3 years ago

5.0.0

3 years ago

4.1.2

5 years ago

4.1.1

6 years ago

4.1.0

7 years ago

4.0.9

7 years ago

4.0.8

7 years ago

4.0.7

7 years ago

4.0.5

7 years ago

4.0.4

7 years ago

4.0.3

7 years ago

4.0.2

7 years ago

4.0.1

7 years ago

4.0.0

7 years ago

3.0.3

7 years ago

3.0.2

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.0.0

7 years ago