1.2.1 • Published 5 years ago

tslint-magaya-angular v1.2.1

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

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 rules.

How to use?

npm i tslint-magaya-angular --save-dev

After installing include in your tslint.json file, as such:

{
    "extends": ["tslint-magaya-angular"],
    "rules": {

    }
}

Note: the default prefix for Directives and Components is mgy, but can be overriden.

1.2.1

5 years ago

1.2.0

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago