2.0.4 • Published 5 years ago

tslint-config-mway v2.0.4

Weekly downloads
40
License
MIT
Repository
github
Last release
5 years ago

TSLint Config M-Way

A TSLint config for M-Way Typescript Style Guide. Heavily inspired by TSLint Config Airbnb

Installation

npm install tslint-config-mway --save-dev

Usage

In tslint.json:

{
  "extends": "tslint-config-mway"
}

Rules

Versioning

+----- Major version is synchronize with tslint's major version.
| +--- Minor version has BREAKING CHANGE and feat.
| | +- Patch version has patch.
| | |
x.x.x

License

MIT