A TSLint config for TGR stack
npm i -D @tgrx/tslint-config-tgr
In tslint.json
:
{
"extends": "@tgrx/tslint-config-tgr"
}
+----- Major version is synchronize with tslint's major version.
| +--- Minor version has BREAKING CHANGE and feat.
| | +- Patch version has patch.
| | |
x.x.x
MIT