mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 06:24:08 +00:00
2098292318
This forces us to comment when we are doing this deliberately. Change-Id: Ide1bcb64f6c6076b48e88f1f27045bd93392f8a0
17 lines
324 B
JSON
17 lines
324 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-html": "off",
|
|
"no-jquery/no-parse-html-literal": "off"
|
|
}
|
|
}
|