answer/ui/commitlint.config.js

4 lines
70 B
JavaScript
Raw Normal View History

2022-09-27 17:59:05 +08:00
module.exports = {
2022-11-21 18:21:00 +08:00
extends: ['@commitlint/config-conventional'],
2022-09-27 17:59:05 +08:00
};