Skip to content
This repository was archived by the owner on Apr 24, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (18 loc) · 339 Bytes

File metadata and controls

25 lines (18 loc) · 339 Bytes

TSLint rules for Family

Common TypeScript lint rules/preferences for Family.

Usage

npm i -D tslint-family-rules

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

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

Otherwise, extend the base rules:

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