Tagged articles

commitlint

9 articles · Page 1 of 1
Coder Trainee
Coder Trainee
Jul 23, 2026 · Fundamentals

Mastering Git Hooks: Automate Your Workflow with Pre‑Commit, Pre‑Push and More

This article explains how Git Hooks act as an automation engine for common team tasks—code formatting, commit‑message validation, test execution, CI/CD triggers, and branch protection—by showing concrete hook scripts, client‑side and server‑side examples, and how tools like Husky, commitlint and lint‑staged simplify hook management.

AutomationCI/CDGit
0 likes · 11 min read
Mastering Git Hooks: Automate Your Workflow with Pre‑Commit, Pre‑Push and More
Ops Development Stories
Ops Development Stories
Sep 15, 2023 · Frontend Development

Streamline Frontend Development with Husky, lint‑staged, ESLint, and Prettier

This guide walks through automating frontend development tasks—using Husky for Git hooks, lint‑staged for staged file filtering, commitlint for standardized commit messages, ESLint and @typescript-eslint for code checking, and Prettier for formatting—providing installation commands, configuration snippets, and practical usage tips for React + TypeScript projects.

ESLintFrontendGit
0 likes · 10 min read
Streamline Frontend Development with Husky, lint‑staged, ESLint, and Prettier
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Nov 15, 2022 · Frontend Development

Setting Up Stylelint, LS‑Lint, Husky, Lint‑Staged, and Commitlint for a Robust Frontend Workflow

This tutorial walks through configuring Stylelint, LS‑Lint, Husky Git hooks, Lint‑Staged, and Commitlint to enforce code style, file‑naming conventions, pre‑commit checks, and conventional commit messages, providing a comprehensive engineering setup for modern frontend projects.

ESLintcommitlintgit-hooks
0 likes · 24 min read
Setting Up Stylelint, LS‑Lint, Husky, Lint‑Staged, and Commitlint for a Robust Frontend Workflow
21CTO
21CTO
Oct 5, 2021 · Fundamentals

Mastering Commit Message Standards with Conventional Commits, Commitizen, and Husky

This guide explains why a commit‑message convention is essential for Git workflows, introduces the Conventional Commits specification, and provides a step‑by‑step quick‑start using Commitizen, cz‑conventional‑changelog, Commitlint, and Husky to enforce consistent, high‑quality commit messages across a project.

Commit MessageGitWorkflow
0 likes · 9 min read
Mastering Commit Message Standards with Conventional Commits, Commitizen, and Husky
Taobao Frontend Technology
Taobao Frontend Technology
Mar 11, 2021 · Frontend Development

Mastering Monorepo: Boost Code Reuse and Collaboration in JavaScript Projects

This article explains the monorepo strategy, its advantages and drawbacks, and provides step‑by‑step guidance on setting up a project‑level monorepo using tools like Volta, Yarn workspaces, Lerna, scripty, and commitlint, helping developers streamline code reuse, dependency management, and version synchronization across multiple JavaScript packages.

LernaMonorepoWorkspaces
0 likes · 27 min read
Mastering Monorepo: Boost Code Reuse and Collaboration in JavaScript Projects
360 Tech Engineering
360 Tech Engineering
Jul 27, 2020 · Fundamentals

Standardized Git Commit Message Guidelines and Tooling with Commitizen

This article explains the conventional Git commit message format, its components and benefits, and demonstrates how to enforce the standard using tools such as Commitizen, commitlint, husky, and standard-version, providing practical examples and configuration snippets for developers.

Commit MessageGitcommitizen
0 likes · 13 min read
Standardized Git Commit Message Guidelines and Tooling with Commitizen