commitlint
当我们使用完git commit -m "xxxxxx"后,commitlint可以帮我们检查,我们的提交信息是否符合我们定义的一些规范。
installation
yarn add @commitlint/cli @commitlint/config-conventional
usage
touch commitlint.config.js
angluar commit
header - type - scope - subject
body footer
git commit -m 'sdfsdfdsf'
type(scope): subject
fix(index.js): 我修改了add函数的bug
state of js
monorepo
测试工具 vitest jest