webcons/commitlint.config.js
2025-02-12 20:22:09 +08:00

4 lines
70 B
JavaScript

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