chore: align biome schema version with CLI latest (#832)

Bumps biome.json $schema from 2.4.4 to 2.4.14 so the repo schema
matches the version the 'Auto Format' workflow installs via
@biomejs/biome@latest. Also applies the one auto-fix the newer
version produces (export ordering in electron/electron.d.ts).

Fixes the spurious 'This PR has formatting issues' CI failure that
was blocking fork PRs unrelated to formatting.
This commit is contained in:
Dayuan Jiang
2026-05-07 21:43:37 +08:00
committed by GitHub
parent 73eefc7aa6
commit f965f3fa2e
2 changed files with 2 additions and 2 deletions

View File

@@ -101,8 +101,8 @@ declare global {
}
export type {
ConfigPreset,
ApplyPresetResult,
ConfigPreset,
ProxyConfig,
SetProxyResult,
SetUserLocaleResult,