2.0.0 • Published 5 years ago

tslint-config-iplayer-jsx v2.0.0

Weekly downloads
24
License
Apache-2.0
Repository
github
Last release
5 years ago

tslint-config-iplayer-jsx

tslint config for BBC iPlayer React Typescript JSX projects.

If you would prefer to use an eslint config:

Installation

npm install --save-dev tslint-config-iplayer-jsx

Usage

Add the following to your tslint.json:

{
  "extends": "tslint-config-iplayer-jsx"
}