Pattern-Projector / pattern-projector

https://www.patternprojector.com/
MIT License
27 stars 13 forks source link

Configure prettier to always use trailing comma #283

Closed Nifdee closed 3 weeks ago

Nifdee commented 3 weeks ago

Pull Request Checklist

Description

Without this change, the automatic formatting on save would drop some commas that would get re-added by running yarn build. It also wasn't obvious which prettier extension I needed to install, so I added this one as a recommended extension for future people coming across this.

Related Issues

TODO

vercel[bot] commented 3 weeks ago

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

Name Status Preview Comments Updated (UTC)
pattern-projector ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 14, 2024 7:53pm
courtneypattison commented 3 weeks ago

Thank you so much!