mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 16:58:06 -06:00
WebUI: use template literals instead of string concatenation
PR #22177.
This commit is contained in:
@@ -37,6 +37,7 @@ export default [
|
||||
"operator-assignment": "error",
|
||||
"prefer-arrow-callback": "error",
|
||||
"prefer-const": "error",
|
||||
"prefer-template": "error",
|
||||
"radix": "error",
|
||||
"PreferArrowFunctions/prefer-arrow-functions": "error",
|
||||
"Stylistic/no-mixed-operators": [
|
||||
|
||||
Reference in New Issue
Block a user