mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 06:24:08 +00:00
eslint: Enable qunit/no-assert-equal,no-early-return,no-negated-ok
Change-Id: I6a202a496ba9359c63febf623ef8b4dd3caa47dd
This commit is contained in:
parent
be1c31d988
commit
b668286e9b
|
@ -5,6 +5,9 @@
|
|||
"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" ]
|
||||
|
|
Loading…
Reference in a new issue