import-js/eslint-plugin-import

import/no-unused-modules doesn't work in monorepo

Open

#3.013 geöffnet am 12. Juni 2024

Auf GitHub ansehen
 (15 Kommentare) (2 Reaktionen) (0 zugewiesene Personen)JavaScript (4.946 Stars) (1.540 Forks)batch import
bughelp wanted

Beschreibung

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".

Contributor Guide