WebUI: enforce usage of const whenever possible

This commit is contained in:
Chocobo1
2024-05-27 22:54:18 +08:00
parent cb90b6769c
commit 55bff4f07a
12 changed files with 102 additions and 100 deletions

View File

@@ -29,6 +29,8 @@ export default [
"eqeqeq": "error",
"no-undef": "off",
"no-unused-vars": "off",
"no-var": "error",
"prefer-const": "error",
"Stylistic/no-mixed-operators": [
"error",
{