WebUI: temporarily pin dependency

The plugin was causing problems in new versions so pin it with an older
version and look into it later.
Upstream issue: https://github.com/JamieMason/eslint-plugin-prefer-arrow-functions/issues/50

PR #22140.
This commit is contained in:
Chocobo1 2025-01-11 16:28:56 +08:00 committed by GitHub
commit 2e21cf76de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@
"@stylistic/eslint-plugin": "*",
"eslint": "*",
"eslint-plugin-html": "*",
"eslint-plugin-prefer-arrow-functions": "*",
"eslint-plugin-prefer-arrow-functions": "3.4.2",
"eslint-plugin-regexp": "*",
"html-validate": "*",
"js-beautify": "*",