Skip to content

Commit fdda0ae

Browse files
committed
chore: update biome config
1 parent 1bbbe1b commit fdda0ae

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

biome.jsonc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
"files": {
55
"includes": [
66
"*.ts",
7-
"*.json",
7+
"**/*.json",
88
"src/**",
99
"test/**",
1010
"!dist",
11+
"!coverage",
1112
"!package.json",
1213
"!test-results"
1314
]

0 commit comments

Comments
 (0)