From 02fa924b4256f466b4b5adc18b364a74a518b782 Mon Sep 17 00:00:00 2001 From: Jamie Pine Date: Sun, 26 Jul 2026 23:16:30 -0700 Subject: [PATCH] chore: move biome config to biome.jsonc and baseline existing violations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit biome.json is strict JSON; the jsonc extension allows the annotations on the baseline entries. Rules that currently fail are downgraded to warn with a note against issue #421 — restore each to error as its occurrences are fixed. files.experimentalScannerIgnores keeps the scanner out of .worktrees/ so a local worktree's own config can't conflict with the root one. Also fixes the handful of auto-fixable errors (unused imports in docs/ and landing/, @ts-expect-error over @ts-ignore). bun run lint is now green: 0 errors, 96 warnings visible as debt. --- app/index.html | 2 +- biome.json => biome.jsonc | 28 +++++++++++++++++++--- docs/app/[[...slug]]/page.tsx | 1 - landing/src/app/token/page.tsx | 5 ---- landing/src/components/SupportedModels.tsx | 1 - landing/src/lib/token-stats.ts | 1 - 6 files changed, 26 insertions(+), 12 deletions(-) rename biome.json => biome.jsonc (52%) diff --git a/app/index.html b/app/index.html index 2a155139..186a4e6f 100644 --- a/app/index.html +++ b/app/index.html @@ -6,7 +6,7 @@ voicebox