chore: Enable experimentalSortPackageJson in oxfmtrc.jsonc.

This commit is contained in:
cpojer
2026-01-31 23:19:40 +09:00
parent 1f2fb823a3
commit fcf08299fa
3 changed files with 62 additions and 59 deletions

View File

@@ -3,8 +3,8 @@
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"dev": "vite",
"preview": "vite preview",
"test": "vitest run --config vitest.config.ts"
},