Skip to content

Commit 550049e

Browse files
author
Will Ruggiano
committed
fixup! feat: allow configuration through workspace/didChangeConfiguration
1 parent 77792ea commit 550049e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

biome.jsonc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
2+
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
33
"vcs": {
44
"enabled": false,
55
"clientKind": "git",
@@ -8,7 +8,7 @@
88
"files": {
99
"ignoreUnknown": false,
1010
"ignore": [],
11-
"include": ["packages/**/*"]
11+
"include": ["/packages/**/*"]
1212
},
1313
"formatter": {
1414
"enabled": true,

0 commit comments

Comments
 (0)