rules for project
commit 规范: 采用 angular 风格, 借助 commitizen 进行交互式提交、commitlint 进行消息格式的校验。
# global
npm i commitizen -g
git cz
# npm
npm i commitizen -D
npx git-cz
整合 chores,形式为文件配置
- commit lint
- eslint
- stylelint
- prettier
- action
- editorconfig
- vscode 调试文件
- version
- changelog
- jest?