2023-01-16 15:06:40 +00:00
|
|
|
{
|
|
|
|
"globals": {
|
|
|
|
"ve": "readonly",
|
|
|
|
"VisualEditorSupportCheck": "readonly",
|
|
|
|
"unicodeJS": "readonly",
|
|
|
|
"RangeFix": "readonly",
|
|
|
|
"Papa": "readonly"
|
|
|
|
},
|
|
|
|
"rules": {
|
|
|
|
"no-jquery/no-append-html": "error",
|
|
|
|
"no-jquery/no-deferred": "error",
|
|
|
|
"no-jquery/no-extend": "error",
|
|
|
|
"no-jquery/no-html": [
|
|
|
|
"error",
|
|
|
|
{
|
|
|
|
"allowGetOrSet": "get"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"no-jquery/no-when": "error",
|
|
|
|
"no-jquery/no-visibility": "error",
|
2024-05-07 18:54:42 +00:00
|
|
|
"security/detect-unsafe-regex": "off",
|
|
|
|
"security/detect-non-literal-regexp": "off",
|
2023-01-16 15:06:40 +00:00
|
|
|
"max-len": "off",
|
|
|
|
"mediawiki/valid-package-file-require": "warn"
|
|
|
|
},
|
|
|
|
"settings": {
|
|
|
|
"polyfills": [
|
|
|
|
"URL"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|