ClimateTown / knowledge-hub

Your one-stop shop in the fight against climate change, containing important climate resources you wish you knew about yesterday.
https://hub.climatetownproductions.com
MIT License
35 stars 25 forks source link

Configure prettier for Svelte #346

Closed VeckoTheGecko closed 9 months ago

VeckoTheGecko commented 9 months ago

Describe your changes

Found some stray tabs, and realised that none of our Svelte files were being formatted through prettier! (seems like we needed to do additional setup; add a config and install as a dependency)

This PR further locks down autoformatting to bring things into a unified style.

Related issue number/link

NA