Skip to content

Latest commit

 

History

History

eslint-plugin

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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