0.1.1 • Published 7 years ago

tslint-config-enkel v0.1.1

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

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-dev

Usage

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.