Skip to content

Commit

Permalink
noSvgWithoutTitle は余計なお世話なので off にする
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Nov 17, 2023
1 parent 7c20e1d commit 09abad1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"linter": {
"enabled": true,
"rules": {
"recommended": true
"recommended": true,
"a11y": {
"noSvgWithoutTitle": "off"
}
}
},
"formatter": {
Expand Down
1 change: 0 additions & 1 deletion src/components/ClipboardIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React from 'react'

export const ClipboardIcon: React.FC = () => {
return (
// biome-ignore lint/a11y/noSvgWithoutTitle: <explanation>
<svg
width="1em"
height="1em"
Expand Down

0 comments on commit 09abad1

Please sign in to comment.