eslint-config-erb
v4.1.0
Published
The eslint config for electron-react-boilerplate
Downloads
46,421
Readme
eslint-config-erb
The eslint config for electron-react-boilerplate.
The config extends eslint-config-airbnb
by adding support for the following:
and more...
Usage
- Install the config:
# Yarn
yarn add --dev eslint-config-erb
# NPM
npm install --save-dev eslint-config-erb
- Extend the config
// .eslintrc.json
{
"extends": "erb"
}