Skip to content

Commit 99c4578

Browse files
committed
chore: fix biome config to actually include files
1 parent 744725e commit 99c4578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

biome.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"clientKind": "git"
66
},
77
"files": {
8-
"includes": ["!src/client/gen/types.ts","!pnpm-lock.yaml"],
8+
"includes": ["./src/**", "!src/client/gen/types.ts", "!pnpm-lock.yaml"],
99
"ignoreUnknown": true
1010
},
1111
"linter": {

0 commit comments

Comments
 (0)