Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 410 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 410 Bytes

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"
}