mediawiki-extensions-Multim.../resources/.eslintrc.json
Ed Sanders fa18975543 build: Update eslint-config-wikimedia to 0.28.0 and autofix
Change-Id: Iff4b874580768b008427c0bea535ab08cea14a36
2024-06-07 17:33:12 +01:00

35 lines
811 B
JSON

{
"root": true,
"extends": [
"wikimedia/client",
"wikimedia/jquery",
"wikimedia/mediawiki"
],
"rules": {
"no-var": "error",
"max-len": "off",
"no-jquery/no-class-state": "off",
"no-jquery/no-support": "off",
"es-x/no-resizable-and-growable-arraybuffers": "off"
},
"settings": {
"jsdoc": {
"preferredTypes": {
"Config": "Config",
"ImageModel": "ImageModel",
"DownloadDialog": "DownloadDialog",
"License": "License",
"LightboxImage": "LightboxImage",
"MultimediaViewer": "MultimediaViewer",
"OptionsDialog": "OptionsDialog",
"ReuseDialog": "ReuseDialog",
"TaskQueue": "TaskQueue",
"TaskQueueLightboxImage": "TaskQueueLightboxImage",
"Thumbnail": "Thumbnail",
"ThumbnailWidth": "ThumbnailWidth",
"UiElement": "UiElement"
}
}
}
}