Merge "Selenium: replace UserLoginPage with BlankPage where possible"
[lhc/web/wiklou.git] / tests / qunit / .eslintrc.json
index a1bd20a..bce5b16 100644 (file)
@@ -3,17 +3,15 @@
                "wikimedia/qunit",
                "../../.eslintrc.json"
        ],
-       "env": {
-               "qunit": true
-       },
        "globals": {
                "sinon": false
        },
        "rules": {
-               "operator-linebreak": 0,
+               "operator-linebreak": "off",
                "quote-props": [ "error", "as-needed" ],
-               "valid-jsdoc": 0,
-               "qunit/require-expect": 0,
-               "qunit/resolve-async": 0
+               "valid-jsdoc": "off",
+               "qunit/require-expect": "off",
+               "qunit/resolve-async": "off",
+               "no-jquery/no-parse-html-literal": "off"
        }
 }