diff --git a/eslint.config.mjs b/eslint.config.mjs index 05e726d..9a9b9a5 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -12,6 +12,8 @@ const eslintConfig = defineConfig([ "out/**", "build/**", "next-env.d.ts", + // Electron is a separate Node.js project using require() + "electron/**", ]), ]);