mirror of
https://github.com/NetEase/tango.git
synced 2026-05-07 22:22:40 +08:00
8 lines
134 B
JavaScript
8 lines
134 B
JavaScript
module.exports = {
|
|
extends: ['@commitlint/config-conventional'],
|
|
rules: {
|
|
'scope-case': [0],
|
|
'subject-case': [0],
|
|
},
|
|
};
|