@spotify/eslint-config
v15.0.0
Published
Combined ESLint config for Spotify
Downloads
2,836
Readme
@spotify/eslint-config
Spotify's TypeScript full ESLint config.
Installation
npm install --save-dev eslint @spotify/eslint-config
Usage
After installing, update your project's ESLint config:
{
"extends" : ["@spotify"]
}
Read the ESlint config docs for more information.