]> git.proxmox.com Git - pve-eslint.git/blobdiff - eslint/lib/rules/no-template-curly-in-string.js
import 8.41.0 source
[pve-eslint.git] / eslint / lib / rules / no-template-curly-in-string.js
index 4f4e9ee17e9c346cb64d4c025dd6e65fed4e97a7..92b4c1c86cde8f7b9233ab78770bf2f80077f7ee 100644 (file)
@@ -16,7 +16,7 @@ module.exports = {
         docs: {
             description: "Disallow template literal placeholder syntax in regular strings",
             recommended: false,
-            url: "https://eslint.org/docs/rules/no-template-curly-in-string"
+            url: "https://eslint.org/docs/latest/rules/no-template-curly-in-string"
         },
 
         schema: [],