Switch from prettier to oxfmt

This commit is contained in:
Johannes Marbach
2026-06-17 12:13:30 +02:00
parent 6ce79d8a52
commit b2f02b0ff6
10 changed files with 245 additions and 21 deletions

6
.oxfmtrc.json Normal file
View File

@@ -0,0 +1,6 @@
{
"$schema": "./node_modules/oxfmt/configuration_schema.json",
"printWidth": 80,
"sortPackageJson": false,
"ignorePatterns": ["pnpm-lock.yaml", "node_modules", "dist"]
}