Code Style
Linter rules according to my preferred coding style.
Installation
$ npm install --save-dev @edcarroll/code-style
Usage
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"