]> git.proxmox.com Git - pve-eslint.git/blobdiff - eslint/lib/rules/no-labels.js
import 8.23.1 source
[pve-eslint.git] / eslint / lib / rules / no-labels.js
index 2e79f378a9bf1e39d189c4a6083e4e068bd6a3dc..7257307f0cd8a41a2843e09eae14d6a6fc3548d3 100644 (file)
@@ -20,7 +20,7 @@ module.exports = {
         type: "suggestion",
 
         docs: {
-            description: "disallow labeled statements",
+            description: "Disallow labeled statements",
             recommended: false,
             url: "https://eslint.org/docs/rules/no-labels"
         },
@@ -98,7 +98,7 @@ module.exports = {
                 info = info.upper;
             }
 
-            /* istanbul ignore next: syntax error */
+            /* c8 ignore next */
             return "other";
         }