Skip to content

fix: migrate Biome configuration from v1 to v2#36

Merged
phmatray merged 1 commit into
mainfrom
fix/migrate-biome-config-to-v2
Feb 28, 2026
Merged

fix: migrate Biome configuration from v1 to v2#36
phmatray merged 1 commit into
mainfrom
fix/migrate-biome-config-to-v2

Conversation

@phmatray
Copy link
Copy Markdown
Contributor

Summary

  • Migrate biome.json schema from v1.9.0 to v2.4.4 using npx @biomejs/biome migrate --write
  • The organizeImports key (removed in Biome v2) is now under assist.actions.source.organizeImports
  • Apply all safe and unsafe auto-fixes from Biome v2 across 393 files (formatting, import organization, lint rules)

Context

CI was failing because the installed Biome version (^2.3) is incompatible with the v1.9.0 schema in biome.json. The organizeImports top-level key was removed in Biome v2.

Test plan

  • Verify npx @biomejs/biome check . parses the config without schema errors
  • Verify CI pipeline passes
  • Remaining lint warnings are pre-existing issues unrelated to the config migration

- Update $schema from 1.9.0 to 2.4.4
- Move organizeImports to assist.actions (v2 format)
- Apply biome auto-fixes (safe + unsafe) to 393 files
@phmatray phmatray merged commit 4d1e7ea into main Feb 28, 2026
4 of 5 checks passed
@phmatray phmatray deleted the fix/migrate-biome-config-to-v2 branch February 28, 2026 14:31
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.

1 participant