mediawiki-extensions-Visual.../modules/ve-mw/dm/.eslintrc.json
libraryupgrader 9e9ee59272 build: Updating npm dependencies
* 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
2024-06-16 15:25:54 +00:00

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