mediawiki-extensions-Visual.../modules/ve-mw/tests/.eslintrc.json
Thiemo Kreuz 2611f907a9 Update all tests in the ve-mw module to use ES6 syntax
Change-Id: I75f8864c66c9b2a78c683d425d54a94515b74f24
2021-04-30 08:07:54 +00:00

16 lines
294 B
JSON

{
"extends": [
"wikimedia/qunit",
"../../../.eslintrc.json",
"wikimedia/language/es6"
],
"globals": {
"sinon": false
},
"rules": {
"compat/compat": [ "error", "last 2 chrome versions, last 2 firefox versions" ],
"indent": "off",
"no-jquery/no-parse-html-literal": "off"
}
}