Spotify's TypeScript ESLint config extras.
npm install --save-dev @spotify/eslint-config-typescript
After installing, update your project's .eslintrc.json
file to import the rule sets you want:
{
"extends" : [
"@spotify/eslint-config-base",
"@spotify/eslint-config-typescript"
]
}
Read the ESlint config docs for more information.