import-js/eslint-plugin-import

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

Open

#3 013 ouverte le 12 juin 2024

Voir sur GitHub
 (15 commentaires) (2 réactions) (0 assignés)JavaScript (4 946 stars) (1 540 forks)batch import
bughelp wanted

Description

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

Guide contributeur