1.0.0 • Published 6 years ago

tslint-config-webschik v1.0.0

Weekly downloads
89
License
MIT
Repository
github
Last release
6 years ago

tslint-config-webschik

NPM version Downloads

A TSLint config for my projects

Installation

npm install tslint-config-webschik --save

Usage

In tslint.json:

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

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