前端一些好学好用的代码规范-git hook+husky + commitlint

'feat', // 新功能 feature
        'fix', // 修复 bug
        'docs', // 文档注释
        'style', // 代码格式(不影响代码运行的变动)
        'refactor', // 重构(既不增加新功能,也不是修复bug)
        'perf', // 性能优化
        'test', // 增加测试
        'chore', // 构建过程或辅助工具的变动
        'revert', // 回退
        'build' // 打包



前端一些好学好用的代码规范-git hook+husky + commitlint - 知乎 (zhihu.com)
posted @ 2023-12-15 14:38  shiningrise  阅读(7)  评论(0编辑  收藏  举报