What problem does it solve?
Migrating a JavaScript or TypeScript codebase from Prettier or Biome to Oxfmt can be error-prone and time consuming because formats, defaults, plugins, and CI commands differ; this Skill provides a clear, stepwise migration path and guidance to review the automated output.
Core Features & Use Cases
- Automated migration command that reads Prettier or Biome config and writes a migrated .oxfmtrc.json with mapped options.
- Maps common formatter options (printWidth/tabWidth/useTabs/semi/singleQuote), migrates Tailwind and package.json sorting options when detected, and documents unsupported or manual tasks such as overrides and nested configs.
- Use case: convert a monorepo previously formatted with Prettier to Oxfmt, update CI checks to oxfmt --check, and reconcile editor and LSP settings.
Quick Start
Run the migration tool to convert your Prettier or Biome configuration into a .oxfmtrc.json, review the generated settings, and update CI/editor commands as needed.