mirror of
https://github.com/CorentinTh/it-tools.git
synced 2026-03-26 15:33:02 +00:00
7 lines
136 B
JavaScript
7 lines
136 B
JavaScript
module.exports = {
|
|
extends: ['@commitlint/config-conventional'],
|
|
rules: {
|
|
'body-max-line-length': [2, 'always', Infinity]
|
|
}
|
|
}
|