-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Unable to resolve path to module 'typescript-eslint'.eslintimport/no-unresolved | Not working with ESLINT 9> FlatConfig and typescript-eslint #3154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I couldn't reproduce the errors listed with the configuration provided. Can you please create a minimal repository that reproduces the issue? |
It was in this repo: https://github.com/gabriel-logan/typescript.multiform-validator/blob/main/eslint.config.mjs but I removed these codes, I preferred to give up. |
It could be my vscode, it could be sonarQube, it could be the lib itself, the fact is that these very large updates like eslint 8 to 9 bring more headaches than the benefits they promise. |
Thank you for the link to the repository where you experienced the issues upgrading to ESLint 9. If you prefer to give up, before this can be root-caused and remediated (whether it's a bug or just unclear documentation), I understand. Without further cooperation this isn't actionable by eslint-plugin-import, so I'll close this issue. |
I believe this is a duplicate of #3140. Per @michaelfaith's comment there:
The main ticket tracking this issue is #1810 (though discussion there was locked back in November 2023). There are also several other issues tagged with " |
Unable to resolve path to module 'typescript-eslint'.eslintimport/no-unresolved
Unsafe argument of type error typed assigned to a parameter of type
InfiniteDepthConfigWithExtends
.eslint@typescript-eslint/no-unsafe-argumentUnsafe member access .flatConfigs on an
error
typed value.eslint@typescript-eslint/no-unsafe-member-accessI always used it with ESLINT 8< and it always worked ok, I tested it with eslint 9 now and it's giving these errors, besides not applying the rules.
The text was updated successfully, but these errors were encountered: