-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
area: repository toolingconcerning ease of contributionconcerning ease of contributioncore-teamissues which must be handled by Mocha's core teamissues which must be handled by Mocha's core teamstatus: accepting prsMocha can use your help with this one!Mocha can use your help with this one!type: choregenerally involving deps, tooling, configuration, etc.generally involving deps, tooling, configuration, etc.
Description
Tooling Suggestion Checklist
- I have tried restarting my IDE and the issue persists.
- I have pulled the latest
master
branch of the repository. - I have read and agree to Mocha's Code of Conduct and Contributing Guidelines
- I have searched for related issues and issues with the
faq
label, but none matched my issue. - I want to provide a PR to resolve this
Overview
eslint-plugin-node
is a devDependency
in package.json
:
Line 95 in 645469e
"eslint-plugin-node": "^11.1.0", |
...but not used in the ESLint config.
The eslint-plugin-n
plugin (the successor to eslint-plugin-node
) 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 (well, eslint-plugin-n
) back.
Metadata
Metadata
Assignees
Labels
area: repository toolingconcerning ease of contributionconcerning ease of contributioncore-teamissues which must be handled by Mocha's core teamissues which must be handled by Mocha's core teamstatus: accepting prsMocha can use your help with this one!Mocha can use your help with this one!type: choregenerally involving deps, tooling, configuration, etc.generally involving deps, tooling, configuration, etc.