tslint-checker

5.2.0 • Public • Published

NPM version Downloads

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

Package Sidebar

Install

npm i tslint-checker

Weekly Downloads

0

Version

5.2.0

License

MIT

Unpacked Size

12.2 kB

Total Files

7

Last publish

Collaborators

  • amittksharma