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