forked from mysticatea/eslint-plugin-node
-
-
Notifications
You must be signed in to change notification settings - Fork 54
Closed
Description
Environment
Node version: 20.9.0
npm version:
ESLint version: 9.x
eslint-plugin-n version: 17.10.0
Operating System: Win11
What rule do you want to report?
all rules
Link to Minimal Reproducible Example
What did you expect to happen?
I am using a TypeScript wrapper around this plugin.
Using v17.10.0 gives TS type errors, because the index.d.ts does not contain a declaration for type Configs anymore, as there was in v17.9.0. There is only a JSDoc type declaration which does not help in a real TS env.
Participation
- I am willing to submit a pull request for this issue.
Additional comments
No response