🛠 Repo: Rework ESLint config: flat config, separate Prettier plugin #5058
Labels
area: repository tooling
concerning ease of contribution
status: accepting prs
Mocha can use your help with this one!
type: cleanup
a refactor
Tooling Suggestion Checklist
master
branch of the repository.faq
label, but none matched my issue.Overview
https://github.com/mochajs/mocha/blob/645469e1920e2e86458ff068e74eef2e2915083e/.eslintrc.yml is the repo's current ESLint config. It does a few things that folks in ESLint-land don't generally do anymore:
semistandard
plugin:prettier
instead of separating out formatting rules to PrettierAdditional Info
I've been trying to work more with ESLint flat configs to help my work on typescript-eslint around them. This is good timing 😄. Assigning to myself.
The config also doesn't extend from
eslint:recommended
, but that's a separate issue.The text was updated successfully, but these errors were encountered: