tslint-eaa-contrib
Version:
TSLint rules for EAA projects
15 lines (9 loc) • 393 B
Markdown
[](https://github.com/palantir/tslint) rules for EAA projects.
```shell
npm i tslint-eaa-contrib --save-dev
```
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.