Merge "Replace sorting classes with better naming convention"
[lhc/web/wiklou.git] / tests / qunit / .eslintrc.json
1 {
2 "extends": [
3 "wikimedia/qunit",
4 "../../.eslintrc.json"
5 ],
6 "globals": {
7 "sinon": false
8 },
9 "rules": {
10 "operator-linebreak": "off",
11 "quote-props": [ "error", "as-needed" ],
12 "valid-jsdoc": "off",
13 "qunit/require-expect": "off",
14 "qunit/resolve-async": "off",
15 "no-jquery/no-parse-html-literal": "off"
16 }
17 }