tslint-config-trucknet-io
v1.8.7
Published
Tslint sharable config based on JavaScript Standard Style with comma-dangles, semi and much more
Downloads
98
Readme
tslint-config-trucknet-io
A preset for TSLint based on microsoft-contrib, but a little bit reduced.
Setup
Install with npm or yarn:
npm install tslint-config-trucknet-io -D
Add the following to your project's tslint.json
:
{
"extends": ["tslint-config-trucknet-io"]
}