👷 added in lefthook, commitlint, and semantic-release
This commit is contained in:
parent
2e62c38ff2
commit
be3058d17a
7 changed files with 4601 additions and 14 deletions
7
commitlint.config.ts
Normal file
7
commitlint.config.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
export default {
|
||||
extends: ["gitmoji"],
|
||||
rules: {
|
||||
"type-empty": [0, "never"],
|
||||
"subject-empty": [0, "never"],
|
||||
},
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue