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.
Commands
- yarn install
- tests : npm run test
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.
Commands