Skip to content

Commit 94d3e6a

Browse files
committed
Update biome.json
Signed-off-by: Sora Morimoto <[email protected]>
1 parent 82841a0 commit 94d3e6a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

biome.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
{
22
"$schema": "node_modules/@biomejs/biome/configuration_schema.json",
3+
"files": {
4+
"ignore": ["assets/css"]
5+
},
36
"formatter": {
47
"enabled": true,
5-
"indentStyle": "space"
8+
"useEditorconfig": true
69
},
710
"linter": {
811
"enabled": true,

0 commit comments

Comments
 (0)