Skip to content

Commit

Permalink
perf: eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
KatoakDR committed Oct 1, 2024
1 parent 8cb708e commit 2c648e3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"project": true,
"project": "tsconfig.eslint.json",
"ecmaVersion": "latest",
"sourceType": "module"
},
Expand Down
9 changes: 9 additions & 0 deletions tsconfig.eslint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// https://github.com/typescript-eslint/typescript-eslint/issues/1192
{
"include": [
"electron/common/**/*",
"electron/main/**/*",
"electron/preload/**/*",
"electron/renderer/**/*"
]
}

0 comments on commit 2c648e3

Please sign in to comment.