Skip to content

Commit 5249ee1

Browse files
chore: fix biome
1 parent 97720c3 commit 5249ee1

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
@@ -27,7 +27,7 @@
2727
},
2828
"files": {
2929
"ignoreUnknown": false,
30-
"includes": ["@types/**", "data/**", "!lib/**", "source/**", "*.*", "!package.json"]
30+
"includes": ["@types/**", "data/**", "!lib", "source/**", "*.*", "!package.json"]
3131
},
3232
"formatter": {
3333
"attributePosition": "auto",

0 commit comments

Comments
 (0)