From 09c8abf29a2283011fc9b2d8a0578241e9853f60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Urban=20Vidovic=CC=8C?= Date: Tue, 22 Oct 2024 22:29:35 +0200 Subject: [PATCH] chore: update biome config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Urban Vidovič --- biome.json | 1 + configs/biome.json | 1 + 2 files changed, 2 insertions(+) diff --git a/biome.json b/biome.json index 81b012f..11fd90c 100644 --- a/biome.json +++ b/biome.json @@ -19,6 +19,7 @@ "**/build/**", "**/.next/**", "**/out/**", + "**/components/ui/**", "assets/**", ".nx/**" ] diff --git a/configs/biome.json b/configs/biome.json index 6619c89..a915aa2 100644 --- a/configs/biome.json +++ b/configs/biome.json @@ -19,6 +19,7 @@ "**/build/**", "**/.next/**", "**/out/**", + "**/components/ui/**", "assets/**", ".nx/**" ]