Shared TSLint ruleset used by DeepCrawl developers.
yarn add @deepcrawl/tslint-config
Every update is tagged to ensure clarity of what version of the rules is your project using.
yarn add @deepcrawl/[email protected]
Edit your tslint.json
file and extend your ruleset by adding @deepcrawl/tslint-config
to extends
array.
{
"extends": [
"@deepcrawl/tslint-config"
]
}