diff --git a/apps/react b/apps/react index b08c142..124d2f8 160000 --- a/apps/react +++ b/apps/react @@ -1 +1 @@ -Subproject commit b08c142e2391b5ad986c3f6ad4be07d32233dacb +Subproject commit 124d2f88bd615a1c623ae390de0bc1fefe99614b diff --git a/biome.json b/biome.json index 7d842f9..2d34922 100644 --- a/biome.json +++ b/biome.json @@ -5,19 +5,29 @@ "enabled": true, "rules": { "preset": "recommended", + "a11y": { + "useButtonType": "warn", + "useIframeTitle": "warn", + "noSvgWithoutTitle": "warn", + "useAltText": "warn" + }, + "complexity": { + "noForEach": "off", + "noStaticOnlyClass": "off", + "noThisInStatic": "off", + "useOptionalChain": "off" + }, "suspicious": { + "noArrayIndexKey": "warn", "noConsole": "off", "noExplicitAny": "warn" }, "correctness": { - "noUnusedVariables": "error" + "noUnusedVariables": "error", + "useParseIntRadix": "off" }, "style": { "noNonNullAssertion": "off" - }, - "complexity": { - "noForEach": "off", - "noThisInStatic": "off" } } }, @@ -39,6 +49,11 @@ "arrowParentheses": "always" } }, + "css": { + "parser": { + "tailwindDirectives": true + } + }, "files": { "ignoreUnknown": false, "includes": [