Package Exports
- tslint-config-lynt
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-lynt) 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-lynt
The base TSLint config for Lynt.
Installation
npm install tslint-config-lynt --save-dev
Usage
Put the following in your TSLint config:
{
"extends": ["tslint-config-lynt"]
}
None of these rules require any typechecking information. If you want to add additional typechecking rules (recommended), please include tslint-config-lynt-typed
as well.
License
MIT © Saad Quadri