mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
7dbc4c7140
Change-Id: I290c436b25e306a3657324304ded08011ffcea7a
18 lines
306 B
JSON
18 lines
306 B
JSON
{
|
|
"extends": [
|
|
"../../../.eslintrc.json",
|
|
"plugin:qunit/recommended",
|
|
"plugin:qunit/two"
|
|
],
|
|
"env": {
|
|
"qunit": true
|
|
},
|
|
"rules": {
|
|
"qunit/no-assert-equal": "error",
|
|
"qunit/no-early-return": "error",
|
|
"qunit/no-negated-ok": "error",
|
|
"qunit/require-expect": 0
|
|
},
|
|
"plugins": [ "qunit" ]
|
|
}
|