]> git.proxmox.com Git - pve-eslint.git/blobdiff - eslint/lib/rules/no-empty-function.js
import 8.3.0 source
[pve-eslint.git] / eslint / lib / rules / no-empty-function.js
index c512f8cd5f45004b00c0d927ad279a8c38dcc5f8..8b1073a59d86444d89bf1cb16b0a274507a3fb6f 100644 (file)
@@ -95,7 +95,6 @@ module.exports = {
 
         docs: {
             description: "disallow empty functions",
-            category: "Best Practices",
             recommended: false,
             url: "https://eslint.org/docs/rules/no-empty-function"
         },