5.0.0 • Published 7 years ago

@tgrx/tslint-config-tgr v5.0.0

Weekly downloads
10
License
MIT
Repository
github
Last release
7 years ago

TSLint Config TGR

NPM version Downloads

A TSLint config for TGR stack

Installation

npm i -D @tgrx/tslint-config-tgr

Usage

In tslint.json:

{
  "extends": "@tgrx/tslint-config-tgr"
}

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