Skip to content

Commit fd79a0c

Browse files
committed
chore: fix commitlint config
1 parent 336f237 commit fd79a0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

commitlint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module.exports = {
1+
export default {
22
extends: ["@commitlint/config-conventional"],
33
rules: {
44
"header-max-length": [0, "always", Infinity],

0 commit comments

Comments
 (0)