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
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"
}
{
"extends": "tslint-checker/tslint-react"
}
{
"extends": "tslint-checker/tslint-ng2"
}
MIT