Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 354 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 354 Bytes

custom-tslint-rules

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

  • Install dependencies: yarn install
  • Run tests : yarn run test