0.0.21 • Published 2 years ago

tslint-navify-rules v0.0.21

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

TSLint rules for Navify

Common TypeScript lint rules/preferences for Navify.

Usage

npm i -D tslint-navify-rules

There is a strict flavor of lint rules, which we recommend:

{
  "extends": "tslint-navify-rules/strict"
}

Otherwise, extend the base rules:

{
  "extends": "tslint-navify-rules"
}