From 6ff0f339995b843c06a07456f7076b30d441de4a Mon Sep 17 00:00:00 2001 From: Rodolphe Stoclin Date: Wed, 13 Nov 2024 21:30:43 +0100 Subject: [PATCH] chore(biome): ignore .changeset --- biome.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/biome.json b/biome.json index 62855e87e..dcc3e8480 100644 --- a/biome.json +++ b/biome.json @@ -2,6 +2,8 @@ "$schema": "./node_modules/@biomejs/biome/configuration_schema.json", "files": { "ignore": [ + ".changeset", + "biome.json", "**/coverage/**", "tests/fixtures/**", "tests/tmp/**",