We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77792ea commit 550049eCopy full SHA for 550049e
biome.jsonc
@@ -1,5 +1,5 @@
1
{
2
- "$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
+ "$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
3
"vcs": {
4
"enabled": false,
5
"clientKind": "git",
@@ -8,7 +8,7 @@
8
"files": {
9
"ignoreUnknown": false,
10
"ignore": [],
11
- "include": ["packages/**/*"]
+ "include": ["/packages/**/*"]
12
},
13
"formatter": {
14
"enabled": true,
0 commit comments