2.0.2 • Published 3 years ago

eslint-config-iplayer-base v2.0.2

Weekly downloads
328
License
Apache-2.0
Repository
github
Last release
3 years ago

eslint-config-iplayer-base

This is base of rules for all eslint configs for iPlayer projects

Installation

You should only really use this as part of other eslint configs.

npm install --save-dev eslint-config-iplayer-base

Usage

Add the following to your eslint config:

{
    "extends": "iplayer-base"
}