]> git.proxmox.com Git - pve-eslint.git/blobdiff - eslint/lib/rules/no-unsafe-finally.js
import 8.3.0 source
[pve-eslint.git] / eslint / lib / rules / no-unsafe-finally.js
index 11bf06e872a813be0166e9fb0df52c30298313fb..4bb7f7fec4f2c3de1cd4b1f7cfce04446fcc2911 100644 (file)
@@ -24,7 +24,6 @@ module.exports = {
 
         docs: {
             description: "disallow control flow statements in `finally` blocks",
-            category: "Possible Errors",
             recommended: true,
             url: "https://eslint.org/docs/rules/no-unsafe-finally"
         },