mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 18:39:52 +00:00
37bb0075db
The goal is to have some tests fail if a new property is added to the API result, but it's not stored in auto-save data. Bug: T305225 Change-Id: I9ac328c71c616a8f33e1cfb39431cd9a665adafc
19 lines
341 B
JSON
19 lines
341 B
JSON
{
|
|
"extends": [
|
|
"wikimedia/qunit",
|
|
"wikimedia/language/es6"
|
|
],
|
|
"globals": {
|
|
"sinon": false
|
|
},
|
|
"rules": {
|
|
"compat/compat": [ "error", "last 2 chrome versions, last 2 firefox versions" ],
|
|
"indent": "off",
|
|
"no-jquery/no-html": "off",
|
|
"no-jquery/no-parse-html-literal": "off"
|
|
},
|
|
"parserOptions": {
|
|
"ecmaVersion": 2018
|
|
}
|
|
}
|