-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
chore: remove unused imports #12696
chore: remove unused imports #12696
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could add the rule https://biomejs.dev/linter/rules/no-unused-imports/#_top
CodSpeed Performance ReportMerging #12696 will not alter performanceComparing Summary
|
I used this rule locally, I know linter things can be... controversial 😅 so I didn't want to enable the rule. But I'd be in favor of enabling it |
You can enable it as warning of info, so it doesn't block the CI |
Looks like the build command had an unused argument and dep |
Changes
Testing
Tests should still pass
Docs