A TSLint config for M-Way Typescript Style Guide. Heavily inspired by TSLint Config Airbnb
npm install tslint-config-mway --save-dev
In tslint.json
:
{
"extends": "tslint-config-mway"
}
+----- Major version is synchronize with tslint's major version.
| +--- Minor version has BREAKING CHANGE and feat.
| | +- Patch version has patch.
| | |
x.x.x
MIT