Skip to content

Commit 1eef66f

Browse files
authored
Ignore list from .gitignore in biome (#915)
1 parent a777b79 commit 1eef66f

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

biome.json

+7-3
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,12 @@
3030
"suspicious": {
3131
"noEmptyBlockStatements": "error"
3232
}
33-
},
34-
"ignore": ["**/__fixtures__"]
33+
}
3534
},
36-
"javascript": { "formatter": { "trailingCommas": "es5" } }
35+
"javascript": { "formatter": { "trailingCommas": "es5" } },
36+
"vcs": {
37+
"enabled": true,
38+
"clientKind": "git",
39+
"useIgnoreFile": true
40+
}
3741
}

0 commit comments

Comments
 (0)