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

@@ -786,7 +786,7 @@ export function getAIModel(overrides?: ClientOverrides): ModelConfig {
`data: ${JSON.stringify(data)}\n\n`,
),
)
} catch (e) {
} catch (_e) {
// If parsing fails, forward the original message to avoid breaking the stream.
controller.enqueue(
new TextEncoder().encode(