mirror of
https://github.com/nonebot/nonebot2.git
synced 2026-07-26 18:22:36 +00:00
🎨 replace prettier with oxfmt
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user