@electron-toolkit/eslint-config
v1.0.2
Published
Basic ESLint config for Electron projects.
Downloads
12,027
Readme
@electron-toolkit/eslint-config
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.
Installation
npm add -D @electron-toolkit/eslint-config
Usage
Add @electron-toolkit/eslint-config
to the extends
array in your .eslintrc.cjs
file.
module.exports = {
extends: ['@electron-toolkit']
}