Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.02 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.02 KB

@spotify/eslint-plugin

This contains all Spotify-specific eslint rules.

Installation

npm install --save-dev eslint @spotify/eslint-plugin

Rules

Category Name Description
Best Practices best-practices/no-discouraged-words Prevents usage of specific words. See more.

Usage

After installing, update your project's .eslintrc.json config:

{
  "plugins": ["@spotify/eslint-plugin"],
}

Read the ESlint config docs for more information.