UNPKG

tslint-magaya-angular

Version:
20 lines (13 loc) 554 B
# Angular TSLint Preset for Magaya Applications A preset or rules for TSLint which includes rules which should be applied to all Magaya Angular applications. The preset extends [tslint-angular](https://github.com/mgechev/tslint-angular) rules. # How to use? `npm i tslint-magaya-angular --save-dev` After installing include in your `tslint.json` file, as such: ```json { "extends": ["tslint-magaya-angular"], "rules": { } } ``` *Note:* the default prefix for Directives and Components is `mgy`, but can be overriden.