@spotify/eslint-config
Version:
Combined ESLint config for Spotify
25 lines (16 loc) • 391 B
Markdown
# @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.