1
0
Fork 0
mirror of https://github.com/CorentinTh/it-tools.git synced 2025-07-20 21:59:36 +02:00
it-tools/commitlint.config.js

4 lines
68 B
JavaScript
Raw Normal View History

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