diff --git a/biome.json b/biome.json index 8eea87876..06a31aa1f 100644 --- a/biome.json +++ b/biome.json @@ -30,8 +30,12 @@ "suspicious": { "noEmptyBlockStatements": "error" } - }, - "ignore": ["**/__fixtures__"] + } }, - "javascript": { "formatter": { "trailingCommas": "es5" } } + "javascript": { "formatter": { "trailingCommas": "es5" } }, + "vcs": { + "enabled": true, + "clientKind": "git", + "useIgnoreFile": true + } }