]> git.proxmox.com Git - pve-eslint.git/blobdiff - eslint/lib/rules/no-ternary.js
import 8.41.0 source
[pve-eslint.git] / eslint / lib / rules / no-ternary.js
index a185808a69adbc976594ea675eda7825775e4149..4d43c7e022d91a19959dc41fa44190ecee48c13a 100644 (file)
@@ -17,7 +17,7 @@ module.exports = {
         docs: {
             description: "Disallow ternary operators",
             recommended: false,
-            url: "https://eslint.org/docs/rules/no-ternary"
+            url: "https://eslint.org/docs/latest/rules/no-ternary"
         },
 
         schema: [],