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/**" ]