Example of custom TSLint rules for TypeScript.
The folder "tslint-rules" contains custom rules and tslint.json
has an activated rule.
See Writing a custom TSLint rule for more information.
- Install dependencies:
yarn install
- Run tests :
yarn run test