eslint-config-ezbuy
v1.0.3
Published
ezbuy's ESLint config
Downloads
9
Readme
eslint-config-ezbuy
This is the ezbuy's .eslintrc config, based on airbnb.
Install
Linux/OSX users can run
(
export PKG=eslint-config-ezbuy;
npm info "$PKG@latest" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs yarn add "$PKG@latest" -D
)
Usage
{
"extends": "ezbuy"
}