-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
no-extraneous-dependencies
causes errors for not imported @types/*
#2168
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
Can you provide a reproduction? |
I'm seeing this problem as well. My config is simlar, and my versions are below:
|
I had the same problem with packages from import { useEffect, useState } from "react";
|
I think import-js/eslint-import-resolver-typescript#265 may be the cause of this |
Duplicate of import-js/eslint-import-resolver-typescript#265 |
Please follow the README more carefully: https://github.com/import-js/eslint-plugin-import#typescript See also eslint-plugin-import/config/typescript.js Line 17 in 7a21f7e
|
More generally, please use the |
Hello I'am facing a similar issue reported here and there @ljharb asked to open another issue if it is still happening on version
2.23.4
.My scenario is:
node: v12.22.1
causes:
package.json
config:
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: