tslint-config-enkel
v0.1.1
Published
An opinionated set of tslint rules, enforcing strictness with a sprinkle of 'modernism'.
Readme
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.
