Skip to content

Commit 786e91a

Browse files
committed
ci(biome): template literals are preferred over string concatenation
1 parent 461d1da commit 786e91a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.biome.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"$schema": "https://biomejs.dev/schemas/2.2.4/schema.json",
3+
"files": {
4+
"includes": ["**", "!**/docs/_layouts/default.html"]
5+
},
36
"formatter": {
47
"indentStyle": "space",
58
"indentWidth": 2

0 commit comments

Comments
 (0)