| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
English | 中文
Configuration for commit message conventions in projects using commitlint.
pnpm add -D @commitlint/cli @tomjs/commitlint-configexport default {
extends: ['@tomjs/commitlint-config'],
};Used in conjunction with simple-git-hooks and lint-staged.
pnpm add -D simple-git-hooks lint-stagedscripts of package.json added prepare
{
"scripts": {
"prepare": "simple-git-hooks"
}
}| @tomjs/commitlint-config | @commitlint/cli | node |
|---|---|---|
| ^1.0.0 | ^21.2.2 | >=22.12.0 |
| Back | FazBrowse Home | New Git URL |