style: reformat codebase with oxfmt

This commit is contained in:
Alexander Brown
2026-01-19 16:12:59 -08:00
parent a64a9cac95
commit 677c33f4fe
174 changed files with 25355 additions and 4364 deletions

View File

@@ -7,10 +7,7 @@
"@/*": ["./src/*"]
}
},
"include": [
"src/**/*.ts",
"global.d.ts"
],
"include": ["src/**/*.ts", "global.d.ts"],
"exclude": [
"node_modules",
"dist",
@@ -19,4 +16,4 @@
"**/*.test.ts",
"src/components/**/*"
]
}
}