From 4be961b68bdfd998c08a2ec5ebf00e0ee10aacb7 Mon Sep 17 00:00:00 2001 From: Athou Date: Sun, 12 Jul 2026 08:59:24 +0200 Subject: [PATCH] temporary disable checker plugin until TypeScript 7 exposes a stable api --- commafeed-client/vite.config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/commafeed-client/vite.config.ts b/commafeed-client/vite.config.ts index a2820b2d..2a255789 100644 --- a/commafeed-client/vite.config.ts +++ b/commafeed-client/vite.config.ts @@ -13,7 +13,8 @@ export default defineConfig(() => ({ }), lingui(), checker({ - typescript: true, + // temporary disabled until TypeScript 7 exposes a stable api + // typescript: true, biome: { command: "check", flags: "--error-on-warnings",