We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ae9626 commit 3d3751aCopy full SHA for 3d3751a
1 file changed
eslint.config.js
@@ -56,7 +56,7 @@ export default [
56
},
57
58
{
59
- files: ["emain/emain.ts", "electron.vite.config.ts", "**/*.cjs", "eslint.config.js", "docs/babel.config.js"],
+ files: ["emain/**/*.ts", "electron.vite.config.ts", "**/*.cjs", "eslint.config.js", "docs/babel.config.js"],
60
languageOptions: {
61
globals: {
62
...globals.node,
0 commit comments