Skip to content

Commit

Permalink
chore(commitlint): fix commitlint (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
WikiRik committed Dec 1, 2021
1 parent e8d05fd commit 460987d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'header-max-length': [0]
'header-max-length': [0],
'footer-max-line-length': [0],
}
};

0 comments on commit 460987d

Please sign in to comment.