diff --git a/tests/selenium/.eslintrc.json b/tests/selenium/.eslintrc.json index 9f833571e..87afc4ffe 100644 --- a/tests/selenium/.eslintrc.json +++ b/tests/selenium/.eslintrc.json @@ -7,11 +7,7 @@ "mocha": true }, "globals": { - "browser": false, - "mw": false - }, - "rules": { - "no-console": "off", - "prefer-template": "off" + "browser": "readonly", + "mw": "readonly" } } \ No newline at end of file