epicenter icon indicating copy to clipboard operation
epicenter copied to clipboard

Fix CI setup for formatting

Open colecrouter opened this issue 2 months ago • 1 comments

@Leftium found out that the current format script is running both BiomeJS & Prettier on Svelte/Astro files (see this link from Biome docs). This is fine but prevents format:check from succeeding.

This commit adds an override to the BiomeJS config, which skips formatting for:

  • Semi-supported file formats
  • Files we use other formatters on

colecrouter avatar Oct 03 '25 01:10 colecrouter

For clarity: image

colecrouter avatar Oct 03 '25 01:10 colecrouter