chore: initial commit
This commit is contained in:
16
lefthook.yml
Normal file
16
lefthook.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
pre-commit:
|
||||
parallel: true
|
||||
commands:
|
||||
|
||||
lint:
|
||||
glob: "*.{js,ts,jsx,tsx}"
|
||||
run: npx eslint {staged_files}
|
||||
|
||||
types:
|
||||
glob: "*.{js,ts, jsx, tsx}"
|
||||
run: npx tsc
|
||||
commit-msg:
|
||||
parallel: true
|
||||
commands:
|
||||
commitlint:
|
||||
run: npx commitlint --edit
|
||||
Reference in New Issue
Block a user