# eslint-config-ctrl

[![Build Status](https://travis-ci.org/martin-experiments/eslint-config-ctrl.svg?branch=master)](https://travis-ci.org/martin-experiments/eslint-config-ctrl)

An ESlint config for the Martin Experiments ctrl framework.

## Installation

[Yarn](https://yarnpkg.com) is recommended for installation.

```bash
$ yarn add --dev eslint eslint-config-ctrl
```

```bash
$ npm install --save-dev eslint eslint-config-ctrl
```

## Usage

Add `ctrl` to the `extends` section of your `.eslintrc` configuration file:

```json
{
  "extends": [
    "ctrl"
  ]
}
```

## License

Copyright (c) 2017 Martin Experiments LLC

MIT (https://www.opensource.org/licenses/MIT)
