/** 与后端一致,使用 Conventional Commits,例如 feat: 实现剧本工作台。 */ export default { extends: ['@commitlint/config-conventional'] }