diff --git a/biome.json b/biome.json index c0977e2..27f6a8a 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/2.3.11/schema.json", + "$schema": "https://biomejs.dev/schemas/2.3.12/schema.json", "formatter": { "indentStyle": "space", "indentWidth": 2 @@ -9,5 +9,26 @@ "**", "!!**/dist" ] - } + }, + "css": { + "parser": { + "tailwindDirectives": true + } + }, + "overrides": [ + { + "includes": [ + "**/*.test.ts", + "**/*.test.tsx", + "**/test-utils.ts" + ], + "linter": { + "rules": { + "suspicious": { + "noExplicitAny": "off" + } + } + } + } + ] } \ No newline at end of file diff --git a/orchestrator/src/client/components/ManualImportSheet.tsx b/orchestrator/src/client/components/ManualImportSheet.tsx index 90e7f8a..bc2be13 100644 --- a/orchestrator/src/client/components/ManualImportSheet.tsx +++ b/orchestrator/src/client/components/ManualImportSheet.tsx @@ -287,11 +287,15 @@ export const ManualImportSheet: React.FC = ({ {step === "paste" && (
-