mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-24 02:02:35 -04:00
chore(ci): commitlint increase body length
This commit is contained in:
parent
3035ba52a2
commit
7b741783c3
@ -1,3 +1,6 @@
|
||||
module.exports = {
|
||||
extends: ['@commitlint/config-conventional']
|
||||
extends: ['@commitlint/config-conventional'],
|
||||
rules: {
|
||||
'body-max-line-length': [2, 'always', Infinity]
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user