Skip to content

Commit

Permalink
build: commitlint config
Browse files Browse the repository at this point in the history
  • Loading branch information
wozjac committed Jun 20, 2024
1 parent 455f90a commit 501f276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/commitlint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default {
extends: ["@commitlint/config-conventional"],
rules: {
"max-body-line-length": [2, "always", 120],
"body-max-line-length": [2, "always", 120],
},
};

0 comments on commit 501f276

Please sign in to comment.