import-js/eslint-plugin-import
在 GitHub 查看import/no-unused-modules doesn't work in monorepo
Open
#3,013 创建于 2024年6月12日
bughelp wanted
仓库指标
- Star
- (4,946 star)
- PR 合并指标
- (平均合并 138天 22小时) (30 天内合并 3 个 PR)
描述
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".