We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d35d20 commit b17eb59Copy full SHA for b17eb59
commitlint.config.js
@@ -1,3 +1,8 @@
1
module.exports = {
2
extends: ['@commitlint/config-conventional'],
3
+ rules: {
4
+ "header-max-length": [0],
5
+ "body-max-line-length": [0],
6
+ "footer-max-line-length": [0],
7
+ },
8
};
0 commit comments