tslint-config-spartancode

TSLint config for Spartan Code

Usage no npm install needed!

<script type="module">
  import tslintConfigSpartancode from 'https://cdn.skypack.dev/tslint-config-spartancode';
</script>

README

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