Browse Source

chore: ignore coverage/lcov-report in biome lint config

pull/11514/head
afc163 9 months ago
parent
commit
80af337c0d
  1. 3
      biome.json

3
biome.json

@ -14,7 +14,8 @@
"!**/dist/**",
"!**/server/**",
"!**/public/**",
"!biome.json"
"!biome.json",
"!coverage/lcov-report/**"
]
},
"formatter": {

Loading…
Cancel
Save