chore: update linter

This commit is contained in:
Steven
2024-05-20 20:41:34 +08:00
parent f98a61ba94
commit e55c48865a
15 changed files with 2874 additions and 2288 deletions

View File

@ -91,7 +91,7 @@ const useShortcutStore = create(
delete shortcutMap[id];
set({ shortcutMapById: shortcutMap });
},
}))
})),
);
const unknownShortcut: Shortcut = Shortcut.fromPartial({

View File

@ -55,8 +55,8 @@ const useViewStore = create<ViewState>()(
}),
{
name: "view",
}
)
},
),
);
export const getFilteredShortcutList = (shortcutList: Shortcut[], filter: Filter, currentUser: User) => {