mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-12 09:21:11 +00:00
97a640945f
Change-Id: I9d07acffa6f8133ec3e44ceba3d1fa5b27b81258
16 lines
325 B
JSON
16 lines
325 B
JSON
{
|
|
"rules": {
|
|
"jquery/no-class": "off",
|
|
"jquery/no-extend": "off",
|
|
"jquery/no-animate": "off",
|
|
"jquery/no-find": "off",
|
|
"jquery/no-attr": "off",
|
|
"jquery/no-trigger": "off",
|
|
"jquery/no-hide": "off",
|
|
"jquery/no-each": "off",
|
|
"jquery/no-css": "off",
|
|
"jquery/no-data": "off",
|
|
"jquery/no-parent": "off"
|
|
}
|
|
}
|