Button's eslint config
npm install --save-dev eslint-config-button
yarn add eslint-config-button --dev
Additionally, you'll need to install all dependencies enumerated by:
npm info eslint-config-button peerDependencies
In your .eslintrc
or equivalent:
{
"extends": "button"
}