tslint-config-spartancode
v0.1.1
Published
TSLint config for Spartan Code
Downloads
1
Maintainers
Readme
TSLint Config SpartanCode
TSLint config for SpartanCode
Installation
yarn add --save tslint-config-spartancode
Usage
Add the following to your TSLint config:
{
"extends": "tslint-config-spartancode"
}
Or this if you want to override any of the rules:
{
"extends": "tslint-config-spartancode",
"rules": {
"typedef": true
}
}
Resources
Used Rules
Documentation
License
MIT