tmo-tslint-settings
v1.0.2
Published
default lint settings
Downloads
2
Maintainers
Readme
tmo-tslint-settings
tslint configuration.
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-settings
Usage
In the tslint.json
file update the extends property to
{
"extends": ["tmo-tslint-settings"]
}
I personally have the above as the entire contents of my tslint.json