@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.