You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Additional comments
No response
The text was updated successfully, but these errors were encountered: