import-js/eslint-plugin-import
Voir sur GitHubimport/named does not report non-existent exports in yarn workspace
Open
#2 005 ouverte le 12 mars 2021
bughelp wanted
Métriques du dépôt
- Stars
- (4 946 stars)
- Métriques de merge PR
- (Merge moyen 138j 22h) (3 PRs mergées en 30 j)
Description

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