I haven't used Husky a lot, to be honest. I'm using auto-saving to format and lint the files. Then, I'd have a check in the CI for the formatting and linting. But at my current job, we use Husky so I started to see its benefits.
It's good if you have different IDEs. While I can share a VSCode config or Vim, if someone uses IntelliJ, they might not have the format on save set up.
This is just the foolproof way to get the formatting right and not spend any CI time on it.
Some great tips Akos.
Husky sounds interesting. Will definitely check it out.
Also, thanks for the mention!
All great tools, tbh! There are more, but I tried to keep the list reasonable and at the side that people can quickly bring into their own codebase.
Thanks Saurabh!
I haven't used Husky a lot, to be honest. I'm using auto-saving to format and lint the files. Then, I'd have a check in the CI for the formatting and linting. But at my current job, we use Husky so I started to see its benefits.
Thank you for the shoutout, Akos!
It's good if you have different IDEs. While I can share a VSCode config or Vim, if someone uses IntelliJ, they might not have the format on save set up.
This is just the foolproof way to get the formatting right and not spend any CI time on it.
Loved your article Petar!