2.1.0 • Published 7 months ago
@electron-toolkit/eslint-config v2.1.0
@electron-toolkit/eslint-config
Basic ESLint config for Electron projects.
Requires eslint >= 9.0.0.
This config is specifically designed to be used by @quick-start/create-electron setups.
Installation
npm add -D @electron-toolkit/eslint-configUsage
Import @electron-toolkit/eslint-config and add it to the configuration array in your eslint.config.js file.
import eslintConfig from '@electron-toolkit/eslint-config'
export default [
eslintConfig
// Any other config
]