Merge "Follow-up fc88eea: Add new oojs-ui.styles.icons-editing-citation pack"
[lhc/web/wiklou.git] / tests / qunit / .eslintrc.json
index b3a46f4..a1bd20a 100644 (file)
@@ -1,5 +1,8 @@
 {
-       "extends": "../../.eslintrc.json",
+       "extends": [
+               "wikimedia/qunit",
+               "../../.eslintrc.json"
+       ],
        "env": {
                "qunit": true
        },
@@ -9,6 +12,8 @@
        "rules": {
                "operator-linebreak": 0,
                "quote-props": [ "error", "as-needed" ],
-               "valid-jsdoc": 0
+               "valid-jsdoc": 0,
+               "qunit/require-expect": 0,
+               "qunit/resolve-async": 0
        }
 }