From dc14b0b5fdc55d85197644f25170a8880a3c9ca2 Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Tue, 16 Jul 2024 12:32:33 +0800 Subject: [PATCH 1/3] =?UTF-8?q?fix(lint):=20=E4=B8=80=E4=BA=9B=20biome=20l?= =?UTF-8?q?int=20=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/buttons.tsx | 2 +- src/components/list.tsx | 2 +- src/components/toast.tsx | 4 ++-- src/index.tsx | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/buttons.tsx b/src/components/buttons.tsx index 395b9e1..3965df1 100644 --- a/src/components/buttons.tsx +++ b/src/components/buttons.tsx @@ -1,6 +1,6 @@ import { For, createSignal } from "solid-js"; import { Button, Divider, Flex, Space } from "../../packages"; -import { SizeType } from "~/interface"; +import type { SizeType } from "~/interface"; import { AiOutlineDownload, AiOutlineSearch } from "solid-icons/ai"; const Types = () => { diff --git a/src/components/list.tsx b/src/components/list.tsx index d582dc6..dd0bb91 100644 --- a/src/components/list.tsx +++ b/src/components/list.tsx @@ -38,7 +38,7 @@ const List = () => { } title={item} - description={item + "的描述文字"} + description={`${item}的描述文字`} extra={