tslint-config-lynt-typed
v0.1.2
Published
TSLint config for Lynt with additional rules that require typechecking information
Downloads
181
Maintainers
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