antv-l7/commitlint.config.js

5 lines
76 B
JavaScript
Raw Normal View History

module.exports = {
extends: [
"@commitlint/config-conventional"
]
};