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

Unnecessary directives #312

Open
frontendlane opened this issue Nov 20, 2024 · 0 comments
Open

Unnecessary directives #312

frontendlane opened this issue Nov 20, 2024 · 0 comments

Comments

@frontendlane
Copy link

Thanks for developing and maintaining this tool! I have a feature request:

  1. I had used // ts-unused-exports:disable-next-line directive to suppress an error on an export that was implicitly imported (Next.js project)
  2. I refactored the code and now the export is actually being imported elsewhere
  3. I want to be notified that directive from step 1 is not necessary, similar to ESLint's reportUnusedDisableDirectives
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants