tmo-tslint-angular-settings
v1.0.4
Published
default lint settings
Downloads
3
Maintainers
Readme
tmo-tslint-angular-settings
tslint configuration specifically for angular.
Based on tmo-tslint-settings
.
These are my personal preferences, and were created to save me copy and pasting my tslint.json
to each new project.
#Installation
npm install -D tmo-tslint-angular-settings
Usage
In the tslint.json
file update the extends property to
{
"extends": ["tmo-tslint-angular-settings"]
}
I personally have the above as the entire contents of my tslint.json