Skip to content

Commit

Permalink
chore(biome): enable vcs.useIgnoreFile
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter committed Jul 29, 2024
1 parent 35d925a commit 17688b3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
"vcs": {
"enabled": true,
"clientKind": "git",
"useIgnoreFile": true
},
"formatter": {
"enabled": true,
"formatWithErrors": false,
Expand Down Expand Up @@ -83,7 +88,7 @@
"useValidTypeof": "error"
}
},
"ignore": ["dist/", "src/assets/scripts/*.js"]
"ignore": ["src/assets/scripts/*.js"]
},
"javascript": {
"formatter": {
Expand Down

0 comments on commit 17688b3

Please sign in to comment.