3.0.0 • Published 6 years ago
eslint-config-button v3.0.0
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"
}