Agatha Bahatiagathabahati.hashnode.dev·Jan 1, 2024Code Quality on Autopilot: Demystifying pre-commit HooksMaintaining precise and consistent code formatting standards, commit message conventions and spell checking have all become part of my ritual when I work on projects; they are now practically woven into the fabric of my work. Picture this: you're goi...36 likes·116 readsautomated code checks
Arindam Chowdhuryarindamchowdhury.hashnode.dev·Mar 24, 2023Setting up Prettier and Husky with Lint-Staged for Automatic Code FormattingAs developers, we all want our code to be consistent and easy to read. After all, we don't want to read badly formatted code written by others. However, when working in a team or on a large project, maintaining consistent code formatting can be a ch...33 readsPrettier
Akhil rathipellylets-do-this.hashnode.dev·Jan 5, 2023Git Pre-Commit Hook Configuration in ReactjsIntroduction Before exploring the git pre-commit hook configuration, let us find out what we used to do before this every developer has to run the commands in sequential order so that they can able to achieve the code quality. Before: npm run lint ...1 like·135 readshusky