]> git.proxmox.com Git - pve-eslint.git/blobdiff - eslint/lib/rules/nonblock-statement-body-position.js
import 8.3.0 source
[pve-eslint.git] / eslint / lib / rules / nonblock-statement-body-position.js
index 34e6eeac39de50440bcf43ee67a413dd8d040eb1..7ed541b3802750a4f9f093569dbaeb3945fddc4e 100644 (file)
@@ -16,7 +16,6 @@ module.exports = {
 
         docs: {
             description: "enforce the location of single-line statements",
-            category: "Stylistic Issues",
             recommended: false,
             url: "https://eslint.org/docs/rules/nonblock-statement-body-position"
         },