mediawiki-skins-Vector/resources/skins.vector.legacy.js/.eslintrc.json
Jon Robson 97a640945f Forbid jQuery usage in Vector 2022
Change-Id: I9d07acffa6f8133ec3e44ceba3d1fa5b27b81258
2023-04-17 17:20:59 +00:00

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