mochajs / mocha

☕️ simple, flexible, fun javascript test framework for node.js & the browser

Home Page:https://mochajs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🛠 Repo: Enable eslint-plugin-promise in ESLint config

JoshuaKGoldberg opened this issue · comments

Tooling Suggestion Checklist

Overview

eslint-plugin-promise is a devDependency in package.json:

"eslint-plugin-promise": "^6.0.1",

...but not used in the ESLint config.

The plugin is actually useful though. Let's enable from its recommended preset config?

Additional Info

The devDependency is being removed in #5060, but that's just because it's unused. This issue is suggesting adding it back.