Skip to content

Commit

Permalink
WebUI: temporarily pin dependency
Browse files Browse the repository at this point in the history
The plugin was causing problems in new versions so pin it with an older
version and look into it later.
Upstream issue: JamieMason/eslint-plugin-prefer-arrow-functions#50

PR #22140.
  • Loading branch information
Chocobo1 authored Jan 11, 2025
1 parent 7615111 commit 2e21cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webui/www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "*",
Expand Down

0 comments on commit 2e21cf7

Please sign in to comment.