mirror of
https://github.com/NetEase/tango.git
synced 2026-07-01 05:44:24 +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],
|
|
},
|
|
};
|