Skip to content

Commit 393b3a8

Browse files
committed
fix biome schema being out of sync with biome version
1 parent c728116 commit 393b3a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.3.1/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.10/schema.json",
33
"vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": true },
44
"files": { "ignoreUnknown": false },
55
"formatter": { "enabled": true, "indentStyle": "space", "indentWidth": 2 },

0 commit comments

Comments
 (0)