mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-29 01:45:00 +00:00
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"
|
||
|
}
|
||
|
}
|