]> git.proxmox.com Git - pve-eslint.git/blobdiff - eslint/lib/rules/no-label-var.js
import 8.3.0 source
[pve-eslint.git] / eslint / lib / rules / no-label-var.js
index 570db03285cf973459dddef277137a585ed95f52..4532527c6e84b65f607f305821b6d3663ac9f13a 100644 (file)
@@ -21,7 +21,6 @@ module.exports = {
 
         docs: {
             description: "disallow labels that share a name with a variable",
-            category: "Variables",
             recommended: false,
             url: "https://eslint.org/docs/rules/no-label-var"
         },