1.1.0 • Published 5 years ago

wk-tslint-config v1.1.0

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

TSLint Config for Wise Kingdom

NPM version License CircleCI

A TSLint config for Wise Kingdom

Installation

yarn add wk-tslint-config -D

Usage

In tslint.json:

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

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