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 d1b6f59 commit 455f90a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion config/commitlint.config.mjs
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
export default { extends: ["@commitlint/config-conventional"] };
export default {
extends: ["@commitlint/config-conventional"],
rules: {
"max-body-line-length": [2, "always", 120],
},
};

0 comments on commit 455f90a

Please sign in to comment.