Skip to content

Commit ea3b05b

Browse files
committed
misc: enable vcs support in biome config
Enable VCS support in biome.jsonc to respect .gitignore
1 parent 4d3f911 commit ea3b05b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

biome.jsonc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"$schema": "https://biomejs.dev/schemas/2.2.5/schema.json",
33
"vcs": {
4-
"enabled": false,
4+
"enabled": true,
55
"clientKind": "git",
6-
"useIgnoreFile": false
6+
"useIgnoreFile": true
77
},
88
"files": {
99
"ignoreUnknown": false

0 commit comments

Comments
 (0)