👷 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
10
lefthook.yml
Normal file
10
lefthook.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
pre-commit:
|
||||
parallel: true
|
||||
commands:
|
||||
"biome lint":
|
||||
run: yarn lint
|
||||
|
||||
commit-msg:
|
||||
commands:
|
||||
"lint commit message":
|
||||
run: yarn run commitlint --edit {1}
|
||||
Loading…
Add table
Add a link
Reference in a new issue