@edcarroll/code-style
v2.0.0
Published
Linter rules according to preferred coding style
Readme
Code Style
Linter rules according to my preferred coding style.
Installation
$ npm install --save-dev @edcarroll/code-styleUsage
tslint
In your tslint.json config file, add the following:
"extends": "@edcarroll/code-style/tslint"tslint + Angular
tslint
In your tslint.json config file, add the following:
"extends": "@edcarroll/code-style/tslint-angular"