tslint-config-iplayer-jsx
v2.0.0
Published
tslint config for iPlayer Typescript JSX modules
Downloads
6
Maintainers
Readme
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"
}