# eslint-config-iplayer-base

> This is base of rules for all [eslint](http://eslint.org/) 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:

```json
{
    "extends": "iplayer-base"
}
```
