Notes
Notes on learnings, bookmark and experiences
How to configure husky with conventional commits? Using Prettier and ESLint
Here I will teach how to configure husky with conventionals commits with eslint and prettier to have the best workflow in your projects.
How to make Squash in Git?
In this article, you'll learn how to squash git. Squash is a technique that allows multiple commits to be merged into one commit, making it easier to read the change history and keeping the repository clean.