There was an error while loading. Please reload this page.
1 parent 14185e9 commit 56165dcCopy full SHA for 56165dc
3 files changed
eslint.config.js
@@ -26,6 +26,7 @@ export default defineConfig([
26
"@typescript-eslint/no-explicit-any": "off",
27
"@typescript-eslint/no-unused-vars": ["error", { argsIgnorePattern: "^_" }],
28
"no-trailing-spaces": "error",
29
+ "preserve-caught-error": "off"
30
},
31
languageOptions: {
32
globals: {
0 commit comments