# eslint-config-sellside

> ESLint configuration file for sellside's JavaScript projects.

## Install

Install to `devDependencies` with [npm](https://www.npmjs.com/):

```sh
$ npm install @sellside/eslint-config-sellside -D
```

## Usage

Add the following property to package.json:

```json
{
  "eslintConfig": {
    "extends": "@sellside/sellside"
  }
}
```

## License

Copyright © 2018-present, [Jon Schlinkert](https://github.com/jonschlinkert).
Released under the [MIT License](LICENSE).