button / eslint-config-button

Button's eslint config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Button's eslint config

License:MIT License


Languages

Language:JavaScript 100.0%