tslint-config-webschik
v1.0.0
Published
A TSLint config for my projects
Downloads
491
Readme
tslint-config-webschik
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