The TSLint angular config used by Apsis RnD
npm install @apsis/tslint-config-angularApsis's best practice TSLint config for Angular, using [codelyzer][codelyzer] rules.
Add to tslint.json under extends.
``.json``
{
"extends": [
"@apsis/tslint-config-angular"
]
}
[codelyzer]: https://github.com/mgechev/codelyzer