mirror of https://gitee.com/antv-l7/antv-l7
5 lines
76 B
JavaScript
5 lines
76 B
JavaScript
|
module.exports = {
|
||
|
extends: [
|
||
|
"@commitlint/config-conventional"
|
||
|
]
|
||
|
};
|