Skip to content

Commit 6a0fa14

Browse files
authored
chore(biome): specify a relative path to the schema inside the package (#5482)
1 parent 12c33e5 commit 6a0fa14

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.0.4/schema.json",
2+
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
33
"assist": {
44
"actions": {
55
"source": {

0 commit comments

Comments
 (0)