tslint-config-lynt-typed

0.1.2 • Public • Published

tslint-config-lynt-typed

TSLint config for Lynt with additional rules that require typechecking information.

Build Status

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

Package Sidebar

Install

npm i tslint-config-lynt-typed

Weekly Downloads

32

Version

0.1.2

License

MIT

Unpacked Size

2.09 kB

Total Files

4

Last publish

Collaborators

  • saadq