mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-01 01:16:30 +00:00
9e9ee59272
* eslint-config-wikimedia: 0.28.0 → 0.28.2 The following rules are failing and were disabled: * modules: * no-jquery/no-append-html * modules/ve-mw/dm: * no-jquery/no-append-html * grunt-stylelint: 0.20.0 → 0.20.1 * stylelint-config-wikimedia: 0.17.1 → 0.17.2 * braces: 3.0.2 → 3.0.3 * https://github.com/advisories/GHSA-grv7-fg5c-xmjg Change-Id: If171a41f93d4e96606df99fb394a9f961dc36ebd
16 lines
228 B
JSON
16 lines
228 B
JSON
{
|
|
"env": {
|
|
"browser": false,
|
|
"shared-node-browser": true
|
|
},
|
|
"globals": {
|
|
"HTMLElement": "readonly",
|
|
"Node": "readonly",
|
|
"document": "readonly",
|
|
"$": "off"
|
|
},
|
|
"rules": {
|
|
"no-jquery/no-append-html": "warn"
|
|
}
|
|
}
|