2018-09-11 11:53:15 +00:00
|
|
|
{
|
|
|
|
"extends": [
|
2020-06-22 21:49:14 +00:00
|
|
|
"wikimedia/qunit"
|
2019-08-05 12:24:59 +00:00
|
|
|
],
|
|
|
|
"rules": {
|
2023-06-13 22:39:41 +00:00
|
|
|
"no-jquery/no-jquery-constructor": "off",
|
|
|
|
"no-jquery/no-find-collection": "off",
|
|
|
|
"no-jquery/no-attr": "off",
|
|
|
|
"no-jquery/no-class": "off",
|
|
|
|
"no-jquery/no-text": "off",
|
|
|
|
"no-jquery/no-css": "off",
|
|
|
|
"no-jquery/no-other-methods": "off",
|
|
|
|
"no-jquery/no-html": "off",
|
|
|
|
"no-jquery/no-deferred": "warn",
|
|
|
|
"no-jquery/no-when": "warn",
|
|
|
|
"no-jquery/no-extend": "warn",
|
2023-04-03 21:04:09 +00:00
|
|
|
"no-jquery/no-class-state": "off",
|
|
|
|
"es-x/no-hashbang": "warn"
|
2019-08-05 12:24:59 +00:00
|
|
|
}
|
2018-09-11 11:53:15 +00:00
|
|
|
}
|