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.
Read noteFocused on React, TypeScript, mobile apps, backends and the web. I like tough problems, clear collaboration and shipping maintainable software.
Are you interested in working with me or collaborating on a project? [email protected]
Contact meHere I will teach how to configure husky with conventionals commits with eslint and prettier to have the best workflow in your projects.
Read noteIn 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.
Read note