fix: resolve biome lint errors blocking CI (#480)

- Update biome schema version from 2.3.8 to 2.3.10
- Add radix parameter to parseInt in mcp-server
- Remove unnecessary React fragment in model-config-dialog
- Fix unused variable errors (err -> _err)
- Auto-format code with biome
This commit is contained in:
Dayuan Jiang
2026-01-01 14:45:46 +09:00
committed by GitHub
parent 7bdc1fe612
commit 037f32973a
7 changed files with 799 additions and 834 deletions

View File

@@ -11,7 +11,6 @@ import {
flattenModels,
type ModelConfig,
type MultiModelConfig,
PROVIDER_INFO,
type ProviderConfig,
type ProviderName,
} from "@/lib/types/model-config"