mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-12-03 20:06:59 +00:00
ffe3363d09
Change-Id: I2ce14429f9440e69e36fa349847f58fb32862f2a
12 lines
210 B
JSON
12 lines
210 B
JSON
{
|
|
"extends": [
|
|
"wikimedia/qunit"
|
|
],
|
|
"rules": {
|
|
"no-jquery/no-class-state": "off",
|
|
"no-jquery/no-parse-html-literal": "off",
|
|
"no-jquery/no-global-selector": "off",
|
|
"no-jquery/no-sizzle": "off"
|
|
}
|
|
}
|