Basic ESLint config for Electron projects.
Requires eslint >= 8.0.0
.
This config is specifically designed to be used by @quick-start/create-electron
setups.
npm add -D @electron-toolkit/eslint-config
Add @electron-toolkit/eslint-config
to the extends
array in your .eslintrc.cjs
file.
module.exports = {
extends: ['@electron-toolkit']
}