mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-22 15:56:15 -04:00
6 lines
136 B
JavaScript
6 lines
136 B
JavaScript
module.exports = {
|
|
extends: ['@commitlint/config-conventional'],
|
|
rules: {
|
|
'body-max-line-length': [2, 'always', Infinity]
|
|
}
|
|
}
|