tslint-config-spartancode
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

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

Package Sidebar

Install

npm i tslint-config-spartancode

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

24.4 kB

Total Files

27

Last publish

Collaborators

  • inakiarroyo