Skip to content

Commit

Permalink
fix(commitlint): change rule
Browse files Browse the repository at this point in the history
  • Loading branch information
dogpatch626 authored Jan 13, 2023
1 parent a8d491d commit a60d63b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'scope-case': [2, 'always', ['pascal-case', 'camel-case', 'kebab-case']],
'footer-max-length': [2, 'always', 120],
'footer-max-line-length': [2, 'always', 120],
},
};

0 comments on commit a60d63b

Please sign in to comment.