mediawiki-extensions-Visual.../modules/ve-mw/tests/.eslintrc.json
Bartosz Dziewoński 37bb0075db Add tests for the expected properties in API result and auto-save
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
2022-04-08 01:02:53 +02:00

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
}
}