-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
eslint(import/named) reports not found
errors in 2.30.0
#3048
Comments
if they're types, is there a reason you can't use |
using |
I agree, and we do need a lint rule for that (#2390). In the meantime, let's figure this out. Can you confirm you're using the latest version of the TS resolver? |
@ljharb what's ts resolver?) just in case |
@artaommahe eslint-import-resolver-typescript - it’s required to be able to lint typescript files properly with this plugin; see the readme. |
After upgrading from 2.29.1 to 2.30.0 we got some
not found
errors fromimport/named
rulein both cases only imported interfaces are marked with error
The text was updated successfully, but these errors were encountered: