mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-24 07:34:11 +00:00
580067b94e
Change-Id: Iff0c81e4c1d78cc52d1bd9d81e24d8fae228c9bc
21 lines
496 B
JSON
21 lines
496 B
JSON
{
|
|
"extends": [
|
|
"wikimedia/qunit"
|
|
],
|
|
"rules": {
|
|
"no-jquery/no-jquery-constructor": "off",
|
|
"no-jquery/no-find-collection": "off",
|
|
"no-jquery/no-attr": "off",
|
|
"no-jquery/no-class": "off",
|
|
"no-jquery/no-text": "off",
|
|
"no-jquery/no-css": "off",
|
|
"no-jquery/no-other-methods": "off",
|
|
"no-jquery/no-html": "off",
|
|
"no-jquery/no-deferred": "warn",
|
|
"no-jquery/no-when": "warn",
|
|
"no-jquery/no-extend": "warn",
|
|
"no-jquery/no-class-state": "off",
|
|
"es-x/no-hashbang": "warn"
|
|
}
|
|
}
|