Skip to content

Commit 336791c

Browse files
authored
Configure biome (#405)
1 parent 4e1c362 commit 336791c

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

biome.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
{
22
"$schema": "https://biomejs.dev/schemas/2.4.10/schema.json",
33
"files": {
4-
"includes": [
5-
"**/*.json",
6-
"**/*.njk",
7-
"**/*.yaml",
8-
"**/*.yml",
9-
"src/assets/js/**/*.js"
10-
]
4+
"includes": ["**/*.json", "**/*.njk", "**/*.yaml", "**/*.yml"]
115
},
126
"linter": {
137
"enabled": true,

0 commit comments

Comments
 (0)