2022-02-07 16:38:38 +00:00
|
|
|
{
|
|
|
|
"root": true,
|
|
|
|
"extends": [
|
2023-06-27 20:10:10 +00:00
|
|
|
"wikimedia/client",
|
2022-02-07 16:38:38 +00:00
|
|
|
"wikimedia/jquery",
|
2023-05-20 13:02:55 +00:00
|
|
|
"wikimedia/mediawiki"
|
2022-02-07 16:38:38 +00:00
|
|
|
],
|
|
|
|
"rules": {
|
2023-06-27 20:10:10 +00:00
|
|
|
"no-var": "off",
|
2022-02-07 16:38:38 +00:00
|
|
|
"max-len": "off",
|
|
|
|
"no-jquery/no-class-state": "off",
|
2023-06-27 20:10:10 +00:00
|
|
|
"no-jquery/no-support": "off"
|
|
|
|
},
|
|
|
|
"settings": {
|
|
|
|
"jsdoc": {
|
|
|
|
"preferredTypes": {
|
|
|
|
"Config": "Config",
|
|
|
|
"License": "License",
|
|
|
|
"LightboxImage": "LightboxImage",
|
|
|
|
"MultimediaViewer": "MultimediaViewer",
|
|
|
|
"Repo": "Repo",
|
|
|
|
"TaskQueue": "TaskQueue",
|
|
|
|
"TaskQueueLightboxImage": "TaskQueueLightboxImage",
|
|
|
|
"Thumbnail": "Thumbnail",
|
|
|
|
"ThumbnailWidth": "ThumbnailWidth",
|
|
|
|
"UiElement": "UiElement"
|
|
|
|
}
|
|
|
|
}
|
2022-02-07 16:38:38 +00:00
|
|
|
}
|
|
|
|
}
|