Skip to content

Commit 8797c1f

Browse files
committed
chore: enable biome for markdown and update vscode settings
1 parent 19c54a4 commit 8797c1f

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
@@ -7,7 +7,7 @@
77
},
88
"files": {
99
"ignoreUnknown": true,
10-
"includes": ["**/*.ts", "**/*.tsx", "**/*.js", "**/*.mjs", "**/*.json"]
10+
"includes": ["**/*.ts", "**/*.tsx", "**/*.js", "**/*.mjs", "**/*.json", "**/*.md"]
1111
},
1212
"formatter": {
1313
"enabled": true,

0 commit comments

Comments
 (0)