diff --git a/eslint.config.mjs b/eslint.config.mjs index 91daffca16..7eedb5718a 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -45,7 +45,7 @@ const configEslintRecommended = { "no-unreachable": "warn", "no-unsafe-negation": ["warn", { "enforceForOrderingRelations": true }], "no-unused-labels": "warn", - "no-unused-vars": "off", + /* "no-unused-vars": "warn", */ "use-isnan": "warn", "valid-typeof": "warn", }