refactor: replace prettier with oxfmt

This commit is contained in:
2026-07-18 07:22:25 +02:00
parent 39e952658b
commit 67c903d427
7 changed files with 427 additions and 52 deletions
+6
View File
@@ -0,0 +1,6 @@
import { defineConfig } from "oxfmt";
export default defineConfig({
// Most configuration is read from .editorconfig
ignorePatterns: ["node_modules/**", "dist/**"],
});