Skip to content

button/eslint-config-button

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-button

Button's eslint config

Installation

npm
npm install --save-dev eslint-config-button
yarn
yarn add eslint-config-button --dev

Additionally, you'll need to install all dependencies enumerated by:

npm info eslint-config-button peerDependencies

Usage

In your .eslintrc or equivalent:

{
  "extends": "button"
}