A TSLint config for Espree.IO
yarn add tslint-config-espress -D
In tslint.json
:
{
"extends": "tslint-config-espress"
}
+----- Major version is synchronize with tslint's major version.
| +--- Minor version has BREAKING CHANGE and feat.
| | +- Patch version has patch.
| | |
x.x.x
MIT