2021-10-10
|~6 min read
|1053 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…
2021-10-10
|~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…
2021-10-10
|~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…
2021-10-10
|~2 min read
|358 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…
2021-10-10
|~3 min read
|528 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…
2021-10-10
|~2 min read
|379 words
A while ago I installed the Prettier extension in VSCode and configured a few defaults in my global settings. I like having a global…
2021-10-10
|~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…