-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Could not find a declaration file for module 'eslint-plugin-import' #3090
Comments
We don't currently ship any (and they're not required to be able to use the plugin) |
Try this:
as part of |
Yeah, so the issue it that typescript-eslint tells you to put //@ts-check on your config file which then produces a slew of errors due to missing type declarations. To be fair this is not the only package that is missing type defs, so yeah. For now I am just removing that, really no need to be on the config tbh. Would still be nice to have them, but probably not a priority. |
have the same type checking problem, but the plugin itself works |
Using latest eslint with flat config in a TS project. Need type declarations.
The text was updated successfully, but these errors were encountered: