diff --git a/eslint.config.mjs b/eslint.config.mjs index 7f7e411b3e..91daffca16 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -41,7 +41,7 @@ const configEslintRecommended = { "no-redeclare": "warn", "no-self-assign": "warn", "no-shadow-restricted-names": "warn", - "no-undef": "off", + /* "no-undef": "warn", */ "no-unreachable": "warn", "no-unsafe-negation": ["warn", { "enforceForOrderingRelations": true }], "no-unused-labels": "warn",