import-js/eslint-plugin-import
GitHub で見るimport/no-unused-modules doesn't work in monorepo
Open
#3,013 opened on 2024年6月12日
bughelp wanted
Repository metrics
- Stars
- (4,946 stars)
- PR merge metrics
- (平均マージ 138d 22h) (30d で 3 merged PRs)
説明
I'm using a turborepo monorepo and I'm seeing if packages/A/a.ts imports from packages/B/b.ts, the b.ts will have it's exports marked as "not used within other modules".