Standard tslint rules for Software Ventures Limited.
Deprecated: tslint is deprecated. Please migrate to eslint and eslint-config.
npm install --save-dev @softwareventures/tslint-rules
or for yarn users:
yarn add --dev @softwareventures/tslint-rules
To apply this tslint configuration to your project, add this to tslint.json
:
{
"extends": "@softwareventures/tslint-rules"
}