eslint-config-button
v3.0.0
Published
Button's eslint config
Downloads
115
Readme
eslint-config-button
Button's eslint config
Installation
npm
npm install --save-dev eslint-config-buttonyarn
yarn add eslint-config-button --devAdditionally, you'll need to install all dependencies enumerated by:
npm info eslint-config-button peerDependenciesUsage
In your .eslintrc or equivalent:
{
"extends": "button"
}