tslint-config-angular
v1.0.2
Published
Set of preset rules for tslint in Angular projects
Downloads
1,520
Readme
tslint-config-angular
Dependencies
- Angular for specific rules
- RXJS for specific rules
- Existing linters (rxjs-tslint, tslint-config-airbnb and tslint-config-prettier) to extend their existing rules
How to use
- Delete the entire contents of your
tslint.json
file. - Copy and paste the following code block to your
tslint.json
file:
{
"extends": ["tslint-config-angular/tslint.json"]
}