@heydovetail/tslint-config
v2.4.0
Published
The shared TSLint configuration for https://dovetailapp.com
Downloads
25
Keywords
Readme
tslint-config
The shared TSLint configuration used at Dovetail
Usage
Install the package:
npm i @heydovetail/tslint-config
Add a tslint.json
file to your project that extends @heydovetail/tslint-config
:
{
"extends": "@heydovetail/tslint-config"
}