]> git.proxmox.com Git - pve-eslint.git/blobdiff - eslint/lib/rules/no-unreachable-loop.js
import 8.3.0 source
[pve-eslint.git] / eslint / lib / rules / no-unreachable-loop.js
index 868a6ff98f81146b9ec56fdfe5bfa5604cdd8f06..5cbfac46d318f18d9016036be1d2b57d63a328ec 100644 (file)
@@ -59,7 +59,6 @@ module.exports = {
 
         docs: {
             description: "disallow loops with a body that allows only one iteration",
-            category: "Possible Errors",
             recommended: false,
             url: "https://eslint.org/docs/rules/no-unreachable-loop"
         },