Code analyser tools and rules to apply standards.
json
{
"extends": "dg-analysers"
}
`
TypeScript - tslint
Create a file tslint.json in your project root an copy the following content into it.
`json
{
"extends": "dg-analysers-tslint-rules/tslint"
}
``