This commit is contained in:
Jon Staab
2024-08-16 11:56:35 -07:00
parent 6796f1c107
commit 4cba0d9345
18 changed files with 20 additions and 94 deletions

View File

@@ -47,7 +47,7 @@ export default [
"@typescript-eslint/ban-ts-comment": "off",
"@typescript-eslint/no-unused-vars": [
"error",
{args: "none", destructuredArrayIgnorePattern: "^_d?$"},
{args: "none", destructuredArrayIgnorePattern: "^_d?$", caughtErrors: "none"},
],
},
},