📎 noUnusedImports
should report all unused imports within an import statement at once.
#4240
Labels
noUnusedImports
should report all unused imports within an import statement at once.
#4240
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.
The text was updated successfully, but these errors were encountered: