Skip to content

Commit 48ffbac

Browse files
committed
fix: error
1 parent 2984394 commit 48ffbac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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
ignores: [(msg) => /Signed-off-by: dependabot\[bot]/m.test(msg)],
44
rules: {

0 commit comments

Comments
 (0)