-
-
Notifications
You must be signed in to change notification settings - Fork 47
no-missing-imports
don't support dependencies subpaths
#75
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 just ran in to this, too. gonna disable the rule for now 🙃 |
The #4 PR seems to imply this should now work the same as the selected Node.js version 🤔 But I'm running into the same issue with |
I've just found |
Hopefully this is resolved now due to #132 |
I am going to assume that this is resolved, and thus I will close this issue. Please re open it if you still have this issue! |
If an import includes a sub-path, like
@scope/package-name/sub-path
, it's identified as missing. Not sure if in all the cases, or just only when using theexports
field, but in any case it should be easy to fix, get the package sub-path and checks if it exists in the package folder or matches itsexports
field.The text was updated successfully, but these errors were encountered: