chore: Make no-unused-vars rule strict (#9950)

This commit is contained in:
Tom Moor
2025-08-16 11:29:11 -04:00
committed by GitHub
parent c83a6b4f41
commit e0f40f9bc1
12 changed files with 8 additions and 16 deletions
+1 -1
View File
@@ -87,7 +87,7 @@
"import/no-named-as-default": "off",
"import/no-named-as-default-member": "off",
"no-unused-vars": [
"warn",
"error",
{
"argsIgnorePattern": "^_",
"caughtErrorsIgnorePattern": "^_",