tslint-config-iplayer
v2.0.0
Published
tslint config for iPlayer Typescript modules
Downloads
4
Readme
tslint-config-iplayer
tslint config for BBC iPlayer React Typescript projects.
If you would prefer to use an eslint config:
Other iplayer tslint configs
Installation
npm install --save-dev tslint-config-iplayer
Usage
Add the following to your tslint.json
:
{
"extends": "tslint-config-iplayer"
}