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

@ -84,7 +84,7 @@ const CollectionSpace = () => {
"w-full py-2 cursor-pointer sm:!px-2",
selectedShortcut?.id === shortcut.id
? "bg-gray-100 dark:bg-zinc-800"
: "sm:border-transparent dark:sm:border-transparent"
: "sm:border-transparent dark:sm:border-transparent",
)}
key={shortcut.name}
shortcut={shortcut}

View File

@ -82,7 +82,7 @@ const ShortcutDetail = () => {
</div>
<a
className={classNames(
"group max-w-full flex flex-row px-1 mr-1 justify-start items-center cursor-pointer rounded-md hover:underline"
"group max-w-full flex flex-row px-1 mr-1 justify-start items-center cursor-pointer rounded-md hover:underline",
)}
href={shortcutLink}
target="_blank"