]> git.proxmox.com Git - pve-eslint.git/blobdiff - eslint/lib/rules/no-new-wrappers.js
import 8.41.0 source
[pve-eslint.git] / eslint / lib / rules / no-new-wrappers.js
index ff44efc59305b4769ebc5ca8eda7d021304a5887..9a12e1a3b5d2792bc74ab2201e2041bff7ed0366 100644 (file)
@@ -17,7 +17,7 @@ module.exports = {
         docs: {
             description: "Disallow `new` operators with the `String`, `Number`, and `Boolean` objects",
             recommended: false,
-            url: "https://eslint.org/docs/rules/no-new-wrappers"
+            url: "https://eslint.org/docs/latest/rules/no-new-wrappers"
         },
 
         schema: [],