Skip to content

Commit debdce7

Browse files
committed
Include root JSON files in biome checks
1 parent 7ee4904 commit debdce7

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
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://biomejs.dev/schemas/2.3.15/schema.json",
33
"files": {
4-
"includes": ["src/**", "*.ts"]
4+
"includes": ["src/**", "*.ts", "*.json"]
55
},
66
"formatter": {
77
"indentStyle": "space",

0 commit comments

Comments
 (0)