$ npm install eslint-config-erb
The eslint config for electron-react-boilerplate
.
The config extends eslint-config-airbnb
by adding support for the following:
The config is optimal for linting react codebases that target the web as opposed to react native.
# Yarn
yarn add --dev eslint-config-erb
# NPM
npm install --save-dev eslint-config-erb
// .eslintrc.json
{
"extends": "erb"
}
© 2010 - cnpmjs.org x YWFE | Home | YWFE