diff --git a/test/.eslintrc.json b/test/.eslintrc.json index eea8f0fd34..a1f298697f 100644 --- a/test/.eslintrc.json +++ b/test/.eslintrc.json @@ -25,6 +25,7 @@ "no-useless-escape": "off", "one-var": "off", "no-control-regex": "off", + "prefer-const": "error", "no-var": "error" },