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-10-24 09:53:23 +00:00
|
|
|
"no-var": "error",
|
2022-02-07 16:38:38 +00:00
|
|
|
"max-len": "off",
|
|
|
|
"no-jquery/no-class-state": "off",
|
2024-02-13 00:44:51 +00:00
|
|
|
"no-jquery/no-support": "off",
|
2024-06-07 13:33:55 +00:00
|
|
|
"es-x/no-resizable-and-growable-arraybuffers": "off"
|
2023-06-27 20:10:10 +00:00
|
|
|
},
|
|
|
|
"settings": {
|
|
|
|
"jsdoc": {
|
|
|
|
"preferredTypes": {
|
|
|
|
"Config": "Config",
|
2024-05-29 08:54:16 +00:00
|
|
|
"ImageModel": "ImageModel",
|
|
|
|
"DownloadDialog": "DownloadDialog",
|
2023-06-27 20:10:10 +00:00
|
|
|
"License": "License",
|
|
|
|
"LightboxImage": "LightboxImage",
|
|
|
|
"MultimediaViewer": "MultimediaViewer",
|
2024-05-29 08:54:16 +00:00
|
|
|
"OptionsDialog": "OptionsDialog",
|
|
|
|
"ReuseDialog": "ReuseDialog",
|
2023-06-27 20:10:10 +00:00
|
|
|
"TaskQueue": "TaskQueue",
|
|
|
|
"TaskQueueLightboxImage": "TaskQueueLightboxImage",
|
|
|
|
"Thumbnail": "Thumbnail",
|
|
|
|
"ThumbnailWidth": "ThumbnailWidth",
|
|
|
|
"UiElement": "UiElement"
|
|
|
|
}
|
|
|
|
}
|
2022-02-07 16:38:38 +00:00
|
|
|
}
|
|
|
|
}
|