Fix the ESLint configuration and a bunch of minor issues
authorAlexander Ebert <ebert@woltlab.com>
Wed, 25 Sep 2024 14:42:30 +0000 (16:42 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 25 Sep 2024 14:42:30 +0000 (16:42 +0200)
commit0f02dd0e365563ee1ea8432c8fcd516889df05b0
tree2238bd7e39168302721e83715121bb15bef6d7ee
parent84d2f3d603d1168760043115e54692fa172c6f86
Fix the ESLint configuration and a bunch of minor issues
53 files changed:
eslint.config.mjs
ts/WoltLabSuite/Core/Ajax/Backend.ts
ts/WoltLabSuite/Core/Ajax/DboAction.ts
ts/WoltLabSuite/Core/Ajax/Error.ts
ts/WoltLabSuite/Core/Ajax/Request.ts
ts/WoltLabSuite/Core/Api/Result.ts
ts/WoltLabSuite/Core/Bbcode/Code.ts
ts/WoltLabSuite/Core/Component/Attachment/List.ts
ts/WoltLabSuite/Core/Component/Comment/Add.ts
ts/WoltLabSuite/Core/Component/Comment/List.ts
ts/WoltLabSuite/Core/Component/Comment/Response/Add.ts
ts/WoltLabSuite/Core/Component/Comment/Response/woltlab-core-comment-response.ts
ts/WoltLabSuite/Core/Component/Comment/woltlab-core-comment.ts
ts/WoltLabSuite/Core/Component/File/Upload.ts
ts/WoltLabSuite/Core/Controller/Popover.ts
ts/WoltLabSuite/Core/Devtools.ts
ts/WoltLabSuite/Core/Form/Builder/Field/Checkboxes.ts
ts/WoltLabSuite/Core/Image/ExifUtil.ts
ts/WoltLabSuite/Core/Image/Resizer.ts
ts/WoltLabSuite/Core/Media/Manager/Base.ts
ts/WoltLabSuite/Core/Media/Manager/Editor.ts
ts/WoltLabSuite/Core/Notification/Handler.ts
ts/WoltLabSuite/Core/Notification/ServiceWorker.ts
ts/WoltLabSuite/Core/Ui/Dropdown/Simple.ts
ts/WoltLabSuite/Core/Ui/FlexibleMenu.ts
ts/WoltLabSuite/Core/Ui/Page/Action.ts
ts/WoltLabSuite/Core/Ui/Page/JumpTo.ts
ts/WoltLabSuite/Core/Ui/Reaction/CountButtons.ts
ts/WoltLabSuite/Core/Ui/Search/Page.ts
ts/WoltLabSuite/Core/Upload.ts
ts/WoltLabSuite/WebComponent/Language.ts
wcfsetup/install/files/js/WoltLabSuite/Core/Ajax/Backend.js
wcfsetup/install/files/js/WoltLabSuite/Core/Ajax/DboAction.js
wcfsetup/install/files/js/WoltLabSuite/Core/Ajax/Error.js
wcfsetup/install/files/js/WoltLabSuite/Core/Ajax/Request.js
wcfsetup/install/files/js/WoltLabSuite/Core/Api/Result.js
wcfsetup/install/files/js/WoltLabSuite/Core/Component/Comment/Add.js
wcfsetup/install/files/js/WoltLabSuite/Core/Component/Comment/List.js
wcfsetup/install/files/js/WoltLabSuite/Core/Component/Comment/Response/Add.js
wcfsetup/install/files/js/WoltLabSuite/Core/Component/Comment/Response/woltlab-core-comment-response.js
wcfsetup/install/files/js/WoltLabSuite/Core/Component/Comment/woltlab-core-comment.js
wcfsetup/install/files/js/WoltLabSuite/Core/Component/File/Upload.js
wcfsetup/install/files/js/WoltLabSuite/Core/Controller/Popover.js
wcfsetup/install/files/js/WoltLabSuite/Core/Devtools.js
wcfsetup/install/files/js/WoltLabSuite/Core/Image/ExifUtil.js
wcfsetup/install/files/js/WoltLabSuite/Core/Image/Resizer.js
wcfsetup/install/files/js/WoltLabSuite/Core/Media/Manager/Base.js
wcfsetup/install/files/js/WoltLabSuite/Core/Notification/Handler.js
wcfsetup/install/files/js/WoltLabSuite/Core/Notification/ServiceWorker.js
wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Dropdown/Simple.js
wcfsetup/install/files/js/WoltLabSuite/Core/Ui/FlexibleMenu.js
wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Page/Action.js
wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Search/Page.js