Skip to content

Commit 7924ccb

Browse files
committed
Set default branch in biome
1 parent ab73155 commit 7924ccb

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

biome.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"$schema": "https://biomejs.dev/schemas/2.4.16/schema.json",
3-
"vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": true },
3+
"vcs": {
4+
"enabled": true,
5+
"clientKind": "git",
6+
"useIgnoreFile": true,
7+
"defaultBranch": "develop"
8+
},
49
"files": {
510
"ignoreUnknown": false,
611
"includes": [

0 commit comments

Comments
 (0)