diff --git a/biome.json b/biome.json index 07ac23b..a5ee4b6 100644 --- a/biome.json +++ b/biome.json @@ -19,6 +19,12 @@ "recommended": true, "style": { "useNodejsImportProtocol": "off" + }, + "a11y": { + "noSvgWithoutTitle": "off" + }, + "suspicious": { + "noArrayIndexKey": "off" } } }, diff --git a/docs/src/app/MobileNav.tsx b/docs/src/app/MobileNav.tsx index 82f3186..db374e9 100644 --- a/docs/src/app/MobileNav.tsx +++ b/docs/src/app/MobileNav.tsx @@ -26,6 +26,7 @@ function MobileThemeToggle() { return (