Skip to content

chore: biome + prettier → oxlint + oxfmt - #37

Merged
rmarganti merged 1 commit into
mainfrom
oxc
Dec 28, 2025
Merged

chore: biome + prettier → oxlint + oxfmt#37
rmarganti merged 1 commit into
mainfrom
oxc

Conversation

@rmarganti

@rmarganti rmarganti commented Dec 28, 2025

Copy link
Copy Markdown
Owner

Replacing both linting and formatting with Oxc tools. They are quick, and having both tools under a single umbrella is super nice.

Linting

Replace Biome with Oxlint.

Formatting

Replace Prettier with Oxfmt.

This is mostly compatible with Prettier. We can not do file-type based overrides yet, so we are unable to have 4-space Typescript and 2-space YAML/package.json/etc.

We never used biome's formatter, because it didn't handle all of our file types. Technically, oxfmt doesn't either, but it is kind enough to hand off to prettier in those instances (ie. Markdown, HTML, etc).

@rmarganti
rmarganti merged commit 7a5d515 into main Dec 28, 2025
1 check passed
@rmarganti
rmarganti deleted the oxc branch December 28, 2025 01:01
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