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"
}