From b50340454b8bf59a7e21eeace6d7fe9d3b5a552a Mon Sep 17 00:00:00 2001 From: Starcea Date: Sat, 29 Jun 2024 14:03:44 +0900 Subject: [PATCH] chore(biome): enable vcs integration --- biome.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/biome.json b/biome.json index 016b9fd..dbc628f 100644 --- a/biome.json +++ b/biome.json @@ -18,7 +18,9 @@ "quoteStyle": "single" } }, - "files": { - "ignore": ["node_modules", "dist"] + "vcs": { + "enabled": true, + "clientKind": "git", + "useIgnoreFile": true } }