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

@@ -253,7 +253,7 @@ async function main() {
},
)
console.log("👀 Watching for preset configuration changes...")
} catch (err) {
} catch (_err) {
// File might not exist yet, that's ok
setTimeout(setupConfigWatcher, 5000)
}