mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-06-03 05:34:20 -04:00
chore(ci): commitlint increase body length
This commit is contained in:
parent
3035ba52a2
commit
7b741783c3
@ -1,3 +1,6 @@
|
|||||||
module.exports = {
|
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