tslint-eaa-contrib
v0.1.5
Published
TSLint rules for EAA projects
Downloads
86
Readme
tslint-eaa-contrib
TSLint rules for EAA projects.
Installation
npm i tslint-eaa-contrib --save-dev
Usage
The rules can be added to your configuration by using the extends feature for tslint. Just add "extends": "tslint-eaa-contrib"
to your configuration.
Note: Some of the enabled rules require the --project
TSLint options.