tslint-config-lynt-react-typed

0.1.2 • Public • Published

tslint-config-lynt-react-typed

TSLint config for Lynt with additional typechecking React rules.

Build Status

Installation

npm install tslint-config-lynt --save-dev
npm install tslint-config-lynt-typed --save-dev
npm install tslint-config-lynt-react --save-dev
npm install tslint-config-lynt-react-typed --save-dev

Usage

Put the following in your TSLint config:

{
  "extends": [
    "tslint-config-lynt",
    "tslint-config-lynt-typed",
    "tslint-config-lynt-react"
  ]
}

Note that these rules 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 and tslint-config-lynt-react` on its own.

License

MIT © Saad Quadri

Package Sidebar

Install

npm i tslint-config-lynt-react-typed

Weekly Downloads

27

Version

0.1.2

License

MIT

Unpacked Size

2.25 kB

Total Files

3

Last publish

Collaborators

  • saadq