chore(format): migrate from biome to oxfmt#243
Merged
Conversation
oxfmt (already vendored via the vite-plus pack) replaces biome for the format gate over the same file scope. Config: useTabs to match the repo; otherwise oxfmt defaults, so this includes a one-time reformat of the covered non-src files (sorted package.json keys, denser prettier-style wrapping). Adds a 'format' write script alongside format:check.
Deploying podnotes with
|
| Latest commit: |
2866950
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://d5b5b76c.podnotes.pages.dev |
| Branch Preview URL: | https://chore-oxfmt-migration.podnotes.pages.dev |
Contributor
|
🎉 This PR is included in version 2.17.3 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Completes the vite-plus toolchain move started in #242: oxfmt replaces biome for the format gate (biome's lint half was already redundant next to oxlint). oxfmt was already vendored via obsidian-e2e's vite-plus pack; it's now a direct devDep.
.oxfmtrc.jsonsetsuseTabsto match the repo; everything else is oxfmt defaults, which means a one-time reformat of the covered files:sortPackageJsonputs package.json keys in conventional order, and wrapping gets denser prettier-style (net -443 lines).formatscript for write-mode alongsideformat:check.Verified: format:check, oxlint, typecheck, build, 876/876 tests all green; package.json/manifest.json remain valid JSON for npm, semantic-release, and version-bump.mjs.