From 09abad1a4648fc1d690adff65f4d0a169bb0eced Mon Sep 17 00:00:00 2001 From: voluntas Date: Fri, 17 Nov 2023 15:12:48 +0900 Subject: [PATCH] =?UTF-8?q?noSvgWithoutTitle=20=E3=81=AF=E4=BD=99=E8=A8=88?= =?UTF-8?q?=E3=81=AA=E3=81=8A=E4=B8=96=E8=A9=B1=E3=81=AA=E3=81=AE=E3=81=A7?= =?UTF-8?q?=20off=20=E3=81=AB=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- biome.json | 5 ++++- src/components/ClipboardIcon.tsx | 1 - 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/biome.json b/biome.json index cd808234..57973830 100644 --- a/biome.json +++ b/biome.json @@ -6,7 +6,10 @@ "linter": { "enabled": true, "rules": { - "recommended": true + "recommended": true, + "a11y": { + "noSvgWithoutTitle": "off" + } } }, "formatter": { diff --git a/src/components/ClipboardIcon.tsx b/src/components/ClipboardIcon.tsx index 162d4ef4..b7b8f9ce 100644 --- a/src/components/ClipboardIcon.tsx +++ b/src/components/ClipboardIcon.tsx @@ -2,7 +2,6 @@ import React from 'react' export const ClipboardIcon: React.FC = () => { return ( - // biome-ignore lint/a11y/noSvgWithoutTitle: