]> git.proxmox.com Git - pve-eslint.git/blobdiff - eslint/lib/rules/no-async-promise-executor.js
import 8.3.0 source
[pve-eslint.git] / eslint / lib / rules / no-async-promise-executor.js
index 553311e580450820d30fbf81d64764cb3be403eb..27116f1da788e78ab6705c11759a59022cc1c221 100644 (file)
@@ -14,7 +14,6 @@ module.exports = {
 
         docs: {
             description: "disallow using an async function as a Promise executor",
-            category: "Possible Errors",
             recommended: true,
             url: "https://eslint.org/docs/rules/no-async-promise-executor"
         },