Skip to content

Commit a2a1f76

Browse files
committed
chore: biome config
1 parent ef31df4 commit a2a1f76

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

biome.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
33
"extends": ["./node_modules/@vikejs/biome-config/config.json"],
44
"files": {
5-
"includes": [
6-
"**",
7-
"dist/",
8-
".vercel/",
9-
"package.json",
10-
"test/vike-photon/build"
11-
]
5+
"includes": ["**", "!dist/", "!.vercel/", "!test/vike-photon/build"]
126
}
137
}

0 commit comments

Comments
 (0)