Skip to content

Commit 31ab374

Browse files
committed
chore: use git ignore file when linting
1 parent 330fbe8 commit 31ab374

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

biome.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
3+
"vcs": {
4+
"enabled": true,
5+
"clientKind": "git",
6+
"useIgnoreFile": true
7+
},
38
"organizeImports": {
49
"enabled": true
510
},

0 commit comments

Comments
 (0)