Skip to content

chore: migrate from Biome to Oxlint and Oxfmt - #334

Merged
pawelgalazka merged 7 commits into
mainfrom
chore/migrate-biome-to-oxfmt-oxlint
Jul 23, 2026
Merged

chore: migrate from Biome to Oxlint and Oxfmt#334
pawelgalazka merged 7 commits into
mainfrom
chore/migrate-biome-to-oxfmt-oxlint

Conversation

@pawelgalazka

Copy link
Copy Markdown
Contributor

Summary

  • Replace Biome with Oxlint (lint) and Oxfmt (format), including package scripts, CI quality check, and VS Code settings
  • Add .oxlintrc.json / .oxfmtrc.json with project-specific rules and ignore patterns; remove biome.json
  • Update docs and biome-ignore comments to the Ox toolchain

Test plan

  • Run bun run check and confirm it passes
  • Run bun run check:fix on a touched file and confirm formatting/lint fixes apply
  • Confirm VS Code uses the Oxc extension for format-on-save
  • Confirm CI quality check job uses bun run check

Made with Cursor

pawelgalazka and others added 4 commits July 23, 2026 20:59
Replace Biome with Oxc tooling for lint and format checks without reformatting existing source.

Co-authored-by: Cursor <cursoragent@cursor.com>
Turn off rules that warn on existing code without changing source files.

Co-authored-by: Cursor <cursoragent@cursor.com>
Keep configs focused on non-default settings only.

Co-authored-by: Cursor <cursoragent@cursor.com>
Remove dist (and keep generated-file ignores) from oxfmt/oxlint configs.

Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
pawelgalazka and others added 2 commits July 23, 2026 23:23
@pawelgalazka
pawelgalazka merged commit c25a840 into main Jul 23, 2026
7 checks passed
@pawelgalazka
pawelgalazka deleted the chore/migrate-biome-to-oxfmt-oxlint branch July 23, 2026 13:46
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