]> git.proxmox.com Git - pve-eslint.git/blobdiff - eslint/lib/rules/func-style.js
import 8.41.0 source
[pve-eslint.git] / eslint / lib / rules / func-style.js
index 0e1ba9fab0e7822870b859ff4d0abaa604777670..ab83772ef5fb0cd0d89d3eb9e30635efd5d5f52d 100644 (file)
@@ -16,7 +16,7 @@ module.exports = {
         docs: {
             description: "Enforce the consistent use of either `function` declarations or expressions",
             recommended: false,
-            url: "https://eslint.org/docs/rules/func-style"
+            url: "https://eslint.org/docs/latest/rules/func-style"
         },
 
         schema: [