Skip to content

Commit

Permalink
chore: simplify commitlint config
Browse files Browse the repository at this point in the history
  • Loading branch information
kleinfreund committed Oct 20, 2024
1 parent eb90ff2 commit 9efec41
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
/** @type {import('@commitlint/types').UserConfig} */ const config = {
/** @type {import('@commitlint/types').UserConfig} */
export default {
extends: ['@commitlint/config-conventional'],
rules: {
'body-max-line-length': [0, 'always', Infinity],
'footer-max-line-length': [0, 'always', Infinity],
},
}

export default config

0 comments on commit 9efec41

Please sign in to comment.