X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=eslint%2Flib%2Frules%2Fno-empty-function.js;h=8b1073a59d86444d89bf1cb16b0a274507a3fb6f;hb=609c276fc2ca0480a3679cc581306c53c8c8773a;hp=c512f8cd5f45004b00c0d927ad279a8c38dcc5f8;hpb=16b19c7b654ae3f5f840442e4bac536c63f1326c;p=pve-eslint.git diff --git a/eslint/lib/rules/no-empty-function.js b/eslint/lib/rules/no-empty-function.js index c512f8c..8b1073a 100644 --- a/eslint/lib/rules/no-empty-function.js +++ b/eslint/lib/rules/no-empty-function.js @@ -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" },