Merge "Handle empty revision table in populateArchiveRevId.php"
[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": 0,
11 "quote-props": [ "error", "as-needed" ],
12 "valid-jsdoc": 0,
13 "qunit/require-expect": 0,
14 "qunit/resolve-async": 0
15 }
16 }