@chrisb-dev/tslint
v1.0.1
Published
Basic typescript linting setup to be shared between @chrisb-dev projects.
Downloads
2
Readme
@chrisb-dev/tslint
Basic typescript linting setup to be shared between @chrisb-dev projects.
Installation
Install via npm then update the projects tslint.json to extend the newly installed tslint.json file.
npm i --save-dev @chrisb-dev/tslint
- Update the projects tslint.json file
{
"extends": "@chrisb-dev/tslint/tslint.json"
}