prepare repo
This commit is contained in:
12
commitlint.config.cjs
Normal file
12
commitlint.config.cjs
Normal file
@ -0,0 +1,12 @@
|
||||
module.exports = {
|
||||
extends: ["@commitlint/config-conventional"],
|
||||
rules: {
|
||||
"type-enum": [
|
||||
2,
|
||||
"always",
|
||||
["feat", "fix", "refactor", "perf", "test", "docs", "build", "ci", "chore", "revert"],
|
||||
],
|
||||
"scope-empty": [2, "never"],
|
||||
"subject-empty": [2, "never"],
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user