Skip to content

Commit 120c7ff

Browse files
panquezgithub-actions[bot]
authored andcommitted
Apply prepare changes
1 parent 88f3118 commit 120c7ff

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

commitlint.config.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
const Configuration = {
22
extends: ["@commitlint/config-angular"],
33
rules: {
44
"scope-empty": [2, "never"],
@@ -12,5 +12,8 @@ export default {
1212
"subject-full-stop": [0],
1313
"type-case": [0],
1414
"type-empty": [0],
15+
"type-enum": [2, "always", ["feat", "fix", "perf"]],
1516
},
1617
}
18+
19+
export default Configuration

0 commit comments

Comments
 (0)