Spotify's TypeScript full ESLint config.
npm install --save-dev eslint @spotify/eslint-config
After installing, update your project's ESLint config:
{
"extends" : ["@spotify"]
}
Read the ESlint config docs for more information.
Spotify's TypeScript full ESLint config.
npm install --save-dev eslint @spotify/eslint-config
After installing, update your project's ESLint config:
{
"extends" : ["@spotify"]
}
Read the ESlint config docs for more information.