diff --git a/commitlint.config.cjs b/commitlint.config.cjs index abc6b37d..67fd72e3 100644 --- a/commitlint.config.cjs +++ b/commitlint.config.cjs @@ -14,6 +14,6 @@ module.exports = { 'build', 'revert' ]], - 'header-max-length': [2, 'always', 100] + 'header-max-length': [2, 'always', 150] } }; \ No newline at end of file