mirror of
https://github.com/smartxworks/sunmao-ui.git
synced 2024-11-21 03:15:49 +08:00
7 lines
130 B
JavaScript
7 lines
130 B
JavaScript
module.exports = {
|
|
extends: ['@commitlint/config-conventional'],
|
|
rules: {
|
|
'header-max-length': [2, 'always', 72],
|
|
},
|
|
};
|