Skip to content

Commit 43687f8

Browse files
committed
Exclude src/index.html from Biome
1 parent f054d0e commit 43687f8

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

biome.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@
77
},
88
"files": {
99
"ignoreUnknown": false,
10-
"includes": ["**", "!**/dist", "!**/node_modules", "!**/test-results"]
10+
"includes": [
11+
"**",
12+
"!**/dist",
13+
"!**/node_modules",
14+
"!**/test-results",
15+
"!src/index.html"
16+
]
1117
},
1218
"formatter": {
1319
"enabled": true,

0 commit comments

Comments
 (0)