1.1.1 • Published 7 years ago

honestica-tslint v1.1.1

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

honestica-tslint

This repo holds honestica's common tslint rules. To use them, just npm install it:

npm install -g tslint shared-tslint-rules

Then, in your tslint.json file for your project, you can reference the package of rules with extends, and override some if necessary.

{
    "extends": "shared-tslint-rules/tslint-config",
    "rules": {
        "no-addition": true
    }
}
1.1.1

7 years ago

1.1.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago