Skip to content

Conversation

@kynnyhsap
Copy link
Contributor

@kynnyhsap kynnyhsap commented Jan 12, 2026

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

@github-actions
Copy link
Contributor

Hey! Your PR title Use biome check instead of format for import sorting doesn't follow conventional commit format.

Please update it to start with one of:

  • feat: or feat(scope): new feature
  • fix: or fix(scope): bug fix
  • docs: or docs(scope): documentation changes
  • chore: or chore(scope): maintenance tasks
  • refactor: or refactor(scope): code refactoring
  • test: or test(scope): adding or updating tests

Where scope is the package name (e.g., app, desktop, opencode).

See CONTRIBUTING.md for details.

@github-actions
Copy link
Contributor

The following comment was made by an LLM, it may be inaccurate:

No duplicate PRs found

@kynnyhsap kynnyhsap changed the title Use biome check instead of format for import sorting fix: use biome check instead of format for import sorting Jan 12, 2026
@github-actions
Copy link
Contributor

Thanks for your contribution!

This PR doesn't have a linked issue. All PRs must reference an existing issue.

Please:

  1. Open an issue describing the bug/feature (if one doesn't exist)
  2. Add Fixes #<number> or Closes #<number> to this PR description

See CONTRIBUTING.md for details.

@kynnyhsap kynnyhsap changed the title fix: use biome check instead of format for import sorting fix(formatter): use biome check instead of format for import sorting Jan 12, 2026
@kynnyhsap kynnyhsap changed the title fix(formatter): use biome check instead of format for import sorting fix(formatter): use biome check instead of format to include import sorting Jan 12, 2026
@rekram1-node rekram1-node merged commit 9c69c1d into anomalyco:dev Jan 12, 2026
3 checks passed
sauerdaniel pushed a commit to sauerdaniel/opencode that referenced this pull request Jan 13, 2026
@mohamedbouddi7777-dev

This comment was marked as spam.

dl-alexandre pushed a commit to dl-alexandre/opencode that referenced this pull request Jan 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Biome formatter does not sort imports

3 participants