From d095183bdba45c7b3a5f06eeb1df7f658467c792 Mon Sep 17 00:00:00 2001 From: Bill Leoutsakos Date: Wed, 9 Sep 2026 10:53:51 -0700 Subject: [PATCH] fix(lint): check the generated integration catalog --- biome.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/biome.json b/biome.json index 81e02110a68..3ece9ddfc87 100644 --- a/biome.json +++ b/biome.json @@ -141,6 +141,10 @@ } }, "overrides": [ + { + "includes": ["packages/deployment-config/src/integrations.json"], + "files": { "maxSize": 2097152 } + }, { "includes": ["apps/sim/app/_styles/tailwind.css"], "linter": { "enabled": false },