2022-11-28
|~2 min read
|284 words
I’ve written several times before about using to automate linting of staged commits (here and here for example). Today, I had a variation…
2022-11-28
|~2 min read
|365 words
CI/CD pipelines are designed to ensure that no broken code reaches the main branch.However, running all of the tests and compiling a project…
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…