mirror of
https://github.com/CorentinTh/it-tools.git
synced 2026-02-01 22:47:42 +00:00
chore(ci): commitlint increase body length
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
module.exports = {
|
||||
extends: ['@commitlint/config-conventional']
|
||||
extends: ['@commitlint/config-conventional'],
|
||||
rules: {
|
||||
'body-max-line-length': [2, 'always', Infinity]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user