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

📎 noUnusedImports should report all unused imports within an import statement at once. #4240

Closed
Conaclos opened this issue Oct 10, 2024 · 0 comments
Assignees
Labels
A-Linter Area: linter L-JavaScript Language: JavaScript and super languages

Comments

@Conaclos
Copy link
Member

Description

Currently, noUnusedImports signals any unused import. This leads to a lot of diagnostics. Instead, we could signal all unused imports within an import statement at once.

This will allow addressing #3574 and could mitigate #3383.

@Conaclos Conaclos added A-Linter Area: linter L-JavaScript Language: JavaScript and super languages labels Oct 10, 2024
@Conaclos Conaclos self-assigned this Oct 10, 2024
@Conaclos Conaclos closed this as completed Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Linter Area: linter L-JavaScript Language: JavaScript and super languages
Projects
None yet
Development

No branches or pull requests

1 participant