LearningTypeScript / projects

Hands-on real world projects that will help you exercise your knowledge of TypeScript.
https://learningtypescript.com/projects
240 stars 161 forks source link

🛠 Tooling: Format commits with Prettier #143

Closed JoshuaKGoldberg closed 2 years ago

JoshuaKGoldberg commented 2 years ago

Tooling Report Checklist

Expected

Commits should be auto-formatted with Prettier on git commit. It's annoying for contributors to have to manually format.

Actual

This isn't (correctly) set up yet.

Additional Info

https://prettier.io/docs/en/precommit.html

JoshuaKGoldberg commented 2 years ago

Ah, this seems to be working already. Great.