@tangany/tslint-config
v2.0.0
Published
Sharable TSLint config for Tangany
Downloads
1,056
Maintainers
Keywords
Readme
A shareable config that is designed to work with the extends feature of TSLint. Install the npm module via npm install @tangany/tslint@latest
and add it as a dependency to your tslint.json
:
{
"extends": [
"@tangany/tslint-config"
],
"rules": {
}
}