[PR #8057] fix(formatter): use biome check instead of format to include import sorting #12606

Closed
opened 2026-02-16 18:17:30 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/8057

State: closed
Merged: Yes


What does this PR do?

Changes the biome formatter command from format to check. The check command includes formatting AND import sorting, which prevents edit tool from errors like The imports and exports are not sorted.

How did you verify your code works?

Fixes #8061

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/8057 **State:** closed **Merged:** Yes --- ### What does this PR do? Changes the biome formatter command from `format` to `check`. The `check` command includes formatting AND import sorting, which prevents edit tool from errors like `The imports and exports are not sorted.` ### How did you verify your code works? - The change is a simple command substitution from `format` to `check` - biome `check` is documented at: https://biomejs.dev/reference/cli/#biome-check Fixes #8061
yindo added the pull-request label 2026-02-16 18:17:30 -05:00
yindo closed this issue 2026-02-16 18:17:30 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#12606