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 8d850f0 commit 0afb9db
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1,10 +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],
},
}

/* eslint-env node */
export default config

0 comments on commit 0afb9db

Please sign in to comment.