Skip to content

Commit 0fbd6ee

Browse files
committed
Ignore minified CSS in biome
1 parent 6b80175 commit 0fbd6ee

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

biome.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"!!node_modules",
1414
"!!.claude",
1515
"!!.obsidian",
16-
"!!**/tests/tmp-*"
16+
"!!**/tests/tmp-*",
17+
"!!**/*.min.css"
1718
]
1819
},
1920
"formatter": {

0 commit comments

Comments
 (0)