Biome pre-commit - #4027
Open
abkfenris wants to merge 2 commits into
Open
Conversation
abkfenris
force-pushed
the
biome-pre-commit
branch
from
March 19, 2026 16:55
9872df4 to
9322198
Compare
Added to clean up import sorting, but Biome had a lot of other things it wanted to clean up along the way.
abkfenris
force-pushed
the
biome-pre-commit
branch
from
March 19, 2026 16:56
9322198 to
962443f
Compare
abkfenris
marked this pull request as ready for review
March 19, 2026 18:42
Member
Author
|
@cgalvarino @shindelr feel free to merge this when it won't cause issues with anything you have in progress. And Codacy is mainly whining about things it's seen before and it's just not aware enough to see how they changed. |
Member
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Biome formats, sorts imports, and lints, and it tends to do it a whole lot faster than prettier/ESLint with less dependency issues.
It does have a tendency to trick you into cleaning up extra lint warnings when it does fail.
This is largely cleaning up import sorting that I hadn't realized was fully broken, a few formatting differences from prettier, and some lint cleanups that I didn't disable.