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

@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/2.3.8/schema.json",
"$schema": "https://biomejs.dev/schemas/2.3.10/schema.json",
"vcs": {
"enabled": true,
"clientKind": "git",