From 3faa4f17d57d82fdec3a3437c76349dc2b93829d Mon Sep 17 00:00:00 2001 From: g-ouattara Date: Tue, 23 Apr 2024 12:34:49 +0000 Subject: [PATCH] biome should ignore babel.config.js --- biome.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/biome.json b/biome.json index 031771d..86b2b92 100644 --- a/biome.json +++ b/biome.json @@ -49,5 +49,8 @@ "vcs": { "enabled": true, "clientKind": "git" + }, + "files": { + "ignore": ["babel.config.js"] } } -- libgit2 0.27.1