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

7 lines
136 B
JavaScript
Raw Permalink Normal View History

module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'body-max-line-length': [2, 'always', Infinity]
}
}