-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
javascriptPull requests that update javascript codePull requests that update javascript code
Description
Replace Prettier with oxfmt for code formatting. Oxfmt is a Rust-based, Prettier-compatible formatter that's ~30x faster. Config migration is minimal as Prettier JSON configs carry over with a rename.
Known issues
- Problems formatting HTML and Ember template files in the repo
- Alpha-stage bugs may cause formatting inconsistencies in edge cases
Scope
- Replace
.prettierrcwith.oxfmtrc.jsonconfigs - Update format scripts and VS Code settings to use oxfmt
- Add
fixandcheckformatting scripts - Validate output parity with Prettier across the monorepo
Depends on
- Oxfmt reaching beta stability
- Verifying HTML output.
Tracking PR: #19200
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
javascriptPull requests that update javascript codePull requests that update javascript code