diff --git a/resources/.eslintrc.json b/resources/.eslintrc.json index 9e35dfac7..ecb99576a 100644 --- a/resources/.eslintrc.json +++ b/resources/.eslintrc.json @@ -35,7 +35,6 @@ } ], "no-underscore-dangle": "off", - "no-var": "error", "object-property-newline": "error", "unit-disallowed-list": "off" }, diff --git a/tests/qunit/.eslintrc.json b/tests/qunit/.eslintrc.json index 392ddf5a0..37360e8a4 100644 --- a/tests/qunit/.eslintrc.json +++ b/tests/qunit/.eslintrc.json @@ -6,7 +6,6 @@ ], "rules": { "no-jquery/no-parse-html-literal": "off", - "no-restricted-properties": "off", - "no-var": "error" + "no-restricted-properties": "off" } }