Skip to content

Commit

Permalink
fix(commitlint): extend footer length (#60)
Browse files Browse the repository at this point in the history
* fix(commitlint): extend footer length

* fix(commitlint): remove trailing space

Co-authored-by: Jamie King <[email protected]>

* fix(commitlint): change rule

Co-authored-by: Jamie King <[email protected]>
  • Loading branch information
dogpatch626 and 10xLaCroixDrinker authored Jan 13, 2023
1 parent f567971 commit 6da5f71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'scope-case': [2, 'always', ['pascal-case', 'camel-case', 'kebab-case']],
'footer-max-line-length': [2, 'always', 120],
},
};

0 comments on commit 6da5f71

Please sign in to comment.