Package Exports
- tslint-config-lynt-typed
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-typed) 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-typed
TSLint config for Lynt with additional rules that require typechecking information.
Installation
npm install tslint-config-lynt tslint-config-lynt-typed --save-dev
Usage
Put the following in your TSLint config:
{
"extends": ["tslint-config-lynt", "tslint-config-lynt-typed"]
}
Note that all of the rules in tslint-config-lynt-typed
require the use of typechecking information. If you are running tslint
without a --project
flag, do not use this package and instead just use tslint-config-lynt
on its own.
License
MIT © Saad Quadri