delucis / astro-badge

Badges for Astro projects
https://astro.badg.es
85 stars 11 forks source link

Add formatter and linter #33

Closed jacobdalamb closed 10 months ago

jacobdalamb commented 11 months ago

Added prettier, prettier-plugin-astro, and @biomejs/biome.

vercel[bot] commented 11 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
astro-badge ✅ Ready (Inspect) Visit Preview Oct 22, 2023 7:36am
jacobdalamb commented 10 months ago

Thanks for this!

I think we probably will want to update this project to Astro 3 before introducing any of these changes.

I’d also suggest we avoid using both Biome AND Prettier unless there’s a very good reason? I believe Biome doesn’t have Astro support yet, so sticking to Prettier would probably be best.

Sure thing! It's up to you but both could be used as I looked at this PR using Biome to only format JS and JSON files.