You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as the Fooimport is not used anymore, should be removed, leading to import {} from './foo.ts'; and also this should be removed.
When refactoring, there are a lot of import {} from '...'; that seem to me to be simply unintentional.
Code of Conduct
I agree to follow Biome's Code of Conduct
The text was updated successfully, but these errors were encountered:
Environment information
Rule name
noUnusedImports
Playground link
https://biomejs.dev/playground/?indentStyle=space&lintRules=all&files.main.tsx=aQBtAHAAbwByAHQAIAB7AEYAbwBvAH0AIABmAHIAbwBtACAAJwAuAC8AZgBvAG8ALgB0AHMAJwA7AAoA&files.foo.ts=ZQB4AHAAbwByAHQAIABjAG8AbgBzAHQAIABGAG8AbwAgAD0AIAAxADsA
Expected result
If am doing a refactoring, from:
to:
as the
Foo
import is not used anymore, should be removed, leading toimport {} from './foo.ts';
and also this should be removed.When refactoring, there are a lot of
import {} from '...';
that seem to me to be simply unintentional.Code of Conduct
The text was updated successfully, but these errors were encountered: