0.1.1 • Published 8 years ago
tslint-config-enkel v0.1.1
tslint-config-enkel
A highly opinionated tslint for bringing together a strict, yet safe, configuration while adding a sprinkle of "modernism".
Installation
$ yarn add https://github.com/zeyla/tslint-config-enkel --save-devUsage
Modify your tslint.json to include this extends key:
{
  "extends": "tslint-config-enkel"
}You may like everything except, for example, the indentation rule.
You can override this like so:
{
  "extends": "tslint-config-enkel",
  "indent": [true, "spaces", 4]
}License
This project is licensed under ISC.