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