# @spotify/eslint-config

Spotify's TypeScript full ESLint config.

## Installation

```sh
npm install --save-dev eslint @spotify/eslint-config
```

## Usage

After installing, update your project's ESLint config:

```js
{
  "extends" : ["@spotify"]
}
```

---

Read the [ESlint config docs](http://eslint.org/docs/user-guide/configuring#extending-configuration-files)
for more information.
