🎨 replace prettier with oxfmt

This commit is contained in:
StarHeartHunt
2026-07-25 15:24:32 +08:00
parent 5edf14b724
commit 2d06fdcf8f
33 changed files with 549 additions and 108 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ const darkTheme = themes.dark;
function excludeThemeColor(
theme: { [key: string]: string },
exclude: string[]
exclude: string[],
): { [key: string]: string } {
const newObj: { [key: string]: string } = {};
for (const key in theme) {