]> git.proxmox.com Git - pve-eslint.git/blobdiff - eslint/lib/rules/no-caller.js
import 8.41.0 source
[pve-eslint.git] / eslint / lib / rules / no-caller.js
index 884a02bdcf69a312b30329f5f900e539bc577d4b..3e61a8e1c2db49aaba3806277b430f7e3792fc2f 100644 (file)
@@ -17,7 +17,7 @@ module.exports = {
         docs: {
             description: "Disallow the use of `arguments.caller` or `arguments.callee`",
             recommended: false,
-            url: "https://eslint.org/docs/rules/no-caller"
+            url: "https://eslint.org/docs/latest/rules/no-caller"
         },
 
         schema: [],