Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DRAFT] Add lint rule to warn about unused exports #127

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dsernst
Copy link
Member

@dsernst dsernst commented Jun 15, 2023

Work in progress towards automatically detecting any exports that are never being imported, aka dead code.

This would be useful, but:

  • is currently is generating ~150 false positives, many look like default exports which are magically being used by Next.js.

@vercel
Copy link

vercel bot commented Jun 15, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
siv ✅ Ready (Inspect) Visit Preview Jun 15, 2023 10:56pm

@dsernst dsernst added the tech debt Not user-facing, but makes code easier to maintain label Aug 3, 2024
@CLAassistant
Copy link

CLAassistant commented Aug 7, 2024

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tech debt Not user-facing, but makes code easier to maintain
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants