Merge "Drop index oi_name_archive_name on table oldimage"
[lhc/web/wiklou.git] / tests / qunit / .eslintrc.json
1 {
2 "extends": "../../.eslintrc.json",
3 "env": {
4 "qunit": true
5 },
6 "globals": {
7 "sinon": false
8 },
9 "rules": {
10 "operator-linebreak": 0,
11 "quote-props": [ "error", "as-needed" ],
12 "valid-jsdoc": 0
13 }
14 }