mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-02 01:46:47 +00:00
b668286e9b
Change-Id: I6a202a496ba9359c63febf623ef8b4dd3caa47dd
15 lines
276 B
JSON
15 lines
276 B
JSON
{
|
|
"extends": [
|
|
"../../../.eslintrc.json",
|
|
"plugin:qunit/recommended",
|
|
"plugin:qunit/two"
|
|
],
|
|
"rules": {
|
|
"qunit/no-assert-equal": "error",
|
|
"qunit/no-early-return": "error",
|
|
"qunit/no-negated-ok": "error",
|
|
"qunit/require-expect": 0
|
|
},
|
|
"plugins": [ "qunit" ]
|
|
}
|