Package Exports
- tslint-config-standard
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-standard) 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 Standard
Installation
npm install tslint-config-standard --save
Usage
In tslint.json
:
{
"extends": "tslint-config-standard"
}
Rules
Help
Many TSLint ESLint Rules are incomplete. The required missing rules are currently commented out in tslint.js
. If you get a chance, consider contributing some improvements to the rules.
License
Apache 2.0