Package Exports
- tslint-config-airbnb
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (tslint-config-airbnb) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
TSLint Config Airbnb
Installation
npm install tslint-config-airbnb --saveUsage
In tslint.json:
{
"extends": "tslint-config-airbnb"
}Rules
Versioning
+----- Major version is synchronize with tslint's major version.
| +--- Minor version has BREAKING CHANGE and feat.
| | +- Patch version has patch.
| | |
x.x.xLicense
Apache 2.0