Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 391 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 391 Bytes

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