mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
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:
parent
76151110e5
commit
2e21cf76de
1 changed files with 1 additions and 1 deletions
|
@ -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": "*",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue