Skip to content

Commit 0396ab1

Browse files
committed
fix(config-conventional): update to pass ci
modify format
1 parent 69cab32 commit 0396ab1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

@commitlint/config-conventional/index.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ module.exports = {
104104
'What is the scope of this change (e.g. component or file name)',
105105
},
106106
subject: {
107-
description: 'Write a short, imperative tense description of the change',
107+
description:
108+
'Write a short, imperative tense description of the change',
108109
},
109110
body: {
110111
description: 'Provide a longer description of the change',
@@ -130,5 +131,5 @@ module.exports = {
130131
description: 'Add issue references (e.g. "fix #123", "re #123".)',
131132
},
132133
},
133-
}
134+
},
134135
};

0 commit comments

Comments
 (0)