The eslint config for electron-react-boilerplate.
The config extends eslint-config-airbnb
by adding support for the following:
and more...
- 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"
}