Skip to content

Commit 0afb9db

Browse files
committed
chore: simplify commitlint config
1 parent 8d850f0 commit 0afb9db

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

commitlint.config.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
/** @type {import('@commitlint/types').UserConfig} */ const config = {
1+
/** @type {import('@commitlint/types').UserConfig} */
2+
export default {
23
extends: ['@commitlint/config-conventional'],
34
rules: {
45
'body-max-line-length': [0, 'always', Infinity],
56
'footer-max-line-length': [0, 'always', Infinity],
67
},
78
}
8-
9-
/* eslint-env node */
10-
export default config

0 commit comments

Comments
 (0)