Skip to content

Commit d6e09c9

Browse files
authored
chore: update Biome schema to local reference (#339)
- Changed from remote URL to local node_modules path - Prevents version mismatches between installed Biome and schema - Fixes #295
1 parent 0e56ac4 commit d6e09c9

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

0 commit comments

Comments
 (0)