import-js/eslint-plugin-import
Vedi su GitHubimport/named does not report non-existent exports in yarn workspace
Open
#2005 aperta il 12 mar 2021
bughelp wanted
Metriche repository
- Star
- (4946 star)
- Metriche merge PR
- (Merge medio 138g 22h) (3 PR mergiate in 30 g)
Descrizione

https://github.com/jd2rogers2/eslint-plugin-import-bug-minimal-repo for testing it for yourself
as seen above, no report for import/named despite not having an helloFooV2 export from foo/index.js
foo and bar are both separate workspaces, bar lists foo as a dependency, and foo is in node_modules
i would expect it to report
maybe a larger issue as there is also https://github.com/benmosher/eslint-plugin-import/issues/1832