Package Exports
- tslint-config-semistandard
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-semistandard) 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 Semi-Standard
A TSLint config for JavaScript Standard Style with semicolons.
Installation
npm install tslint-config-semistandard --save-dev
Usage
In tslint.json
:
{
"extends": "tslint-config-semistandard"
}
P.S. Some TSLint rules may require the use of --type-check
(and --project
).
Rules
- Semicolons
- TSLint Config Standard