2022-11-28
|~6 min read
|1050 words
I’ve written in the past about updating a basic prettier config to handle multiple file types. I’ve also discussed using git hooks to ensure…
2022-11-28
|~1 min read
|103 words
I first learned about git hooks in the context of conventional commits. Today, I did a little more exploring into the hooks available and…
2022-11-28
|~3 min read
|529 words
The steps to adding Prettier to a project are very simple: Install Prettier () Create a file in the root directory Add an empty object to…
2022-11-28
|~2 min read
|385 words
A while ago I installed the Prettier extension in VS Code and configured a few defaults in my global settings. I like having a global…