forked from mirrors/0ad
Explicitly disable eslint rule 'no-undef'
They way the project is structured this isn't really usable for now but might change with move to ESM modules. See: https://eslint.org/docs/latest/rules/no-undef Ref: #8068 Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user