Skip to content

Commit 56165dc

Browse files
committed
⬆️ Upgrade dependencies
1 parent 14185e9 commit 56165dc

3 files changed

Lines changed: 793 additions & 328 deletions

File tree

eslint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export default defineConfig([
2626
"@typescript-eslint/no-explicit-any": "off",
2727
"@typescript-eslint/no-unused-vars": ["error", { argsIgnorePattern: "^_" }],
2828
"no-trailing-spaces": "error",
29+
"preserve-caught-error": "off"
2930
},
3031
languageOptions: {
3132
globals: {

0 commit comments

Comments
 (0)