mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-17 19:31:51 +00:00
a7f5a76bca
Change-Id: I0a169916eaf260500ca6a172e6fb2b0c61f8d422
12 lines
170 B
JSON
12 lines
170 B
JSON
{
|
|
"extends": [
|
|
"../../../.eslintrc.json",
|
|
"plugin:qunit/recommended",
|
|
"plugin:qunit/two"
|
|
],
|
|
"rules": {
|
|
"qunit/require-expect": 0
|
|
},
|
|
"plugins": [ "qunit" ]
|
|
}
|