Skip to content

Commit 034ab65

Browse files
committed
fix: biome config
1 parent f307cca commit 034ab65

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

biome.jsonc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.2.6/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.4/schema.json",
33
"vcs": {
44
"enabled": true,
55
"clientKind": "git",
@@ -70,6 +70,11 @@
7070
"!**/package.json"
7171
]
7272
},
73+
"html": {
74+
"parser": {
75+
"interpolation": true
76+
}
77+
},
7378
"overrides": [
7479
{
7580
"includes": ["integration-tests/**/generated/**", "e2e/**/generated/**"],

0 commit comments

Comments
 (0)