Merge "eslint: Promote 'prefer-const' to error in tests"

This commit is contained in:
jenkins-bot 2024-10-06 21:44:35 +00:00 committed by Gerrit Code Review
commit 5a008aa702

View file

@ -15,7 +15,6 @@
"max-len": "off",
"no-jquery/no-global-selector": "off",
"no-jquery/no-parse-html-literal": "off",
"prefer-const": "warn",
"no-shadow": [ "error", { "allow": [ "hooks" ] } ],
"qunit/resolve-async": "off"
}