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 } }