@spotify/eslint-config

Combined ESLint config for Spotify

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@spotify/eslint-config
3591314.1.6a month ago4 years agoMinified + gzip package size for @spotify/eslint-config in KB

Readme

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