Add oxfmt/oxlint support alongside prettier/eslint#202
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Code ReviewOverviewThis PR adds oxfmt (Oxc's formatter) and oxlint (via the
|
| Area | Status |
|---|---|
| Correctness | ✅ stop_after_first fallback is correct |
| Conventions | ✅ Follows existing conform.lua/lspconfig patterns |
| Risk | "oxc" mason server name; watch for duplicate diagnostics with eslint |
| Quality | 💡 Minor: consider extracting shared JS/TS formatter list to reduce duplication |
Overall a clean, well-motivated change. The two items worth a quick verification before merging: the mason server name for oxc, and whether you want to address the potential eslint+oxlint overlap.
Summary
stop_after_firstensure_installedlistTest plan
🤖 Generated with Claude Code