0.1.1 • Published 5 years ago

tslint-config-spartancode v0.1.1

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

TSLint Config SpartanCode

CircleCI npm version ![Types: TypeScript] License: MIT

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