Skip to content

Commit 9e117f9

Browse files
committed
fix: update schema path in biome.jsonc to use local configuration
1 parent 5ae07d8 commit 9e117f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

biome.jsonc

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.0.0/schema.json",
2+
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
33
"vcs": {
44
"enabled": true,
55
"clientKind": "git",

0 commit comments

Comments
 (0)