The eslint config for electron-react-boilerplate
!Test
The eslint config for electron-react-boilerplate.
The config extends eslint-config-airbnb by adding support for the following:
- eslint-plugin-prettier
- eslint-plugin-compat
and more...
1. Install the config:
``bash`Yarn
yarn add --dev eslint-config-erbNPM
npm install --save-dev eslint-config-erb
2. Extend the config
`jsonc``
// .eslintrc.json
{
"extends": "erb"
}