From 77d286fe686cf386a691532fbadc2e990106330f Mon Sep 17 00:00:00 2001 From: Mirko Mollik Date: Fri, 13 Dec 2024 16:00:46 +0100 Subject: [PATCH] chore: fix lerna lint error Signed-off-by: Mirko Mollik --- biome.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biome.json b/biome.json index 3214c482..643dfb2a 100644 --- a/biome.json +++ b/biome.json @@ -4,7 +4,7 @@ "enabled": false }, "files": { - "ignore": ["**/dist/**", "**/coverage/**", "package.json"] + "ignore": ["**/dist/**", "**/coverage/**", "package.json", "lerna.json"] }, "formatter": { "enabled": true,