npm.io
15.0.0 • Published 3 years ago

@spotify/eslint-config-typescript

Licence
Apache-2.0
Version
15.0.0
Deps
0
Size
24 kB
Vulns
0
Weekly
0
Stars
376

eslint-config-typescript

Spotify's TypeScript ESLint config extras.

Installation

npm install --save-dev @spotify/eslint-config-typescript

Usage

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.