Articles by Tag #husky

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Configurando un proyecto de React para producción

Internet está lleno de tutoriales sobre cómo iniciar un proyecto web con React, sin embargo la...

Learn More 8 0Oct 24 '24

Enhancing Your Development Workflow with Husky, Commitlint, Prettier, and Lint-Staged

Setting up an automated workflow can greatly enhance code quality and consistency in your projects....

Learn More 7 4Oct 29 '24

Part 2 : Configure Commitizen using Husky tool for automate version and structured commit message

In this part, I’ll walk you through configure Commitizen using Husky tool for automate version...

Learn More 7 0Nov 28 '24

Tired of Confusing Commits? Here’s How to Fix Them with Commitlint!🚀

⚡Introduction Let's be honest, we've all seen some downright tragic commit messages. From...

Learn More 5 0Mar 13

How to Set Up ESLint, Prettier, and Husky in Next.js ?

If you’re building a Next.js project, you already know how important clean, consistent, and...

Learn More 3 0Feb 4

Configurando Prettier, ESLint y Husky en Angular

Uno de los aspectos más importantes al trabajar en equipo en el desarrollo de software es la...

Learn More 2 0Oct 14 '24

Husky pre-commit for Laravel & Vuejs.

This configuration will help you maintain ideal code quality in Laravel and Vuejs application. The...

Learn More 2 0Feb 9

Husky y Lint-Staged: Cómo configurar y automatizar pre-commit hooks para test, lint y formateo

En el desarrollo de proyectos JavaScript, mantener la consistencia del código y garantizar altos...

Learn More 1 0Feb 8

Set up git hook in a multi-package monorepo

What’s a git hook and how we can manage them? Let’s assume that you already know what git...

Learn More 1 0Feb 24

Mastering Dev Workflow: Husky, .travis.yml, ESLint Advanced Interview Questions

1. Husky: Git Hooks for Managing Git Workflow What is Husky? Husky is a tool used for...

Learn More 0 0Jan 22

Using Husky to help you avoid f****ing up Semantic Versioning

by Bruno Sartori Introduction The use of Semantic Versioning is very important to keep...

Learn More 0 0Sep 8 '24

Menambakan Husky Pada Nextjs 14

Husky adalah alat Node.js yang memudahkan konfigurasi git hooks. Git hooks adalah skrip yang...

Learn More 0 0Aug 1 '24

React and typescript components lib, part 4: pre-commit with Husky and lint-staged

Introduction Portuguese version: Biblioteca de componentes React e typescript, parte 4:...

Learn More 0 0Apr 29

Biblioteca de componentes React e typescript, parte 4: pré-commit com Husky e lint-staged

Introdução English version: React and typescript components lib, part 4: pre-commit with...

Learn More 0 0Apr 29