Common TypeScript lint rules/preferences for Family.
npm i -D tslint-family-rulesThere is a strict flavor of lint rules, which we recommend:
{
"extends": "tslint-family-rules/strict"
}Otherwise, extend the base rules:
{
"extends": "tslint-family-rules"
}