]> git.proxmox.com Git - pve-eslint.git/blobdiff - eslint/lib/rules/no-unneeded-ternary.js
import 8.3.0 source
[pve-eslint.git] / eslint / lib / rules / no-unneeded-ternary.js
index 06c615f38240502304f9d821ee3ab795a88431c0..e12240d03e0d767c7ebf7b2547ac1f541770928a 100644 (file)
@@ -29,7 +29,6 @@ module.exports = {
 
         docs: {
             description: "disallow ternary operators when simpler alternatives exist",
-            category: "Stylistic Issues",
             recommended: false,
             url: "https://eslint.org/docs/rules/no-unneeded-ternary"
         },