mediawiki-skins-Vector/resources/skins.vector.legacy.js/.eslintrc.json

16 lines
325 B
JSON
Raw Normal View History

{
"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"
}
}