[ Help ] output config ! #1033
honggiang17tb
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone, I want to ask when the error can hide the part I have marked?
this is lefthook.yml :
`output:
- meta
- summary
- success
pre-commit:
parallel: true
commands:
lint:
glob: ".{js,ts,jsx,tsx}"
run: pnpm run lint {staged_files}
prettier:
glob: ".{js,ts,jsx,tsx}"
run: pnpm run prettier {staged_files}
commit-msg:

commands:
commitlint:
run: npx commitlint --edit $1
`
This is when success ( very neat )
this is when false

Beta Was this translation helpful? Give feedback.
All reactions