3 lines
93 B
JavaScript
3 lines
93 B
JavaScript
|
// commitlint配置样板
|
||
|
module.exports = { extends: ['@commitlint/config-conventional'] };
|