5.2.0 • Published 2 years ago

tslint-checker v5.2.0

Weekly downloads
30
License
MIT
Repository
github
Last release
2 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

2 years ago

5.1.0

2 years ago

5.0.0

2 years ago

4.1.2

4 years ago

4.1.1

5 years ago

4.1.0

6 years ago

4.0.9

6 years ago

4.0.8

6 years ago

4.0.7

6 years ago

4.0.5

6 years ago

4.0.4

6 years ago

4.0.3

6 years ago

4.0.2

6 years ago

4.0.1

6 years ago

4.0.0

6 years ago

3.0.3

6 years ago

3.0.2

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.0.0

6 years ago