Skip to content

Commit 648f8df

Browse files
authored
Remove YAML file types from includes in biome.json (#461)
* Remove YAML file types from includes in biome.json https://biomejs.dev/internals/language-support/ Biome does not currently format YAML files but support is in progress * Update biome.json
1 parent e24ab58 commit 648f8df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.4.10/schema.json",
33
"files": {
4-
"includes": ["**/*.json", "**/*.njk", "**/*.yaml", "**/*.yml"]
4+
"includes": ["**/*.json"]
55
},
66
"linter": {
77
"enabled": true,

0 commit comments

Comments
 (0)