/** * 校验Git Commit信息格式 * 参考:https://commitlint.js.org */ module.exports = { extends: ['@commitlint/config-conventional'] }