mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-24 23:19:39 -05:00
Take in use useSemanticElements lint
This commit is contained in:
parent
687b7f5126
commit
07d34e5c3e
|
|
@ -253,6 +253,7 @@ export function MapPoolStages({
|
|||
/>
|
||||
<div
|
||||
className="maps__stage-name-row"
|
||||
// biome-ignore lint/a11y/useSemanticElements: todo
|
||||
role="group"
|
||||
aria-labelledby={`${id}-stage-name-${stageId}`}
|
||||
>
|
||||
|
|
|
|||
|
|
@ -38,6 +38,7 @@ export function Tab({
|
|||
className={clsx("sub-nav__link__container", { active })}
|
||||
onClick={onClick}
|
||||
tabIndex={0}
|
||||
// biome-ignore lint/a11y/useSemanticElements: this component is deprecated
|
||||
role="button"
|
||||
aria-pressed="false"
|
||||
data-testid={testId}
|
||||
|
|
|
|||
|
|
@ -32,7 +32,6 @@
|
|||
},
|
||||
"a11y": {
|
||||
"useKeyWithClickEvents": "off",
|
||||
"useSemanticElements": "off",
|
||||
"noLabelWithoutControl": "off"
|
||||
},
|
||||
"complexity": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user