Pre commit check on committing any changes #6749
-
I am started getting a Pre-commit check on committing any changes which I did not get earlier |
Beta Was this translation helpful? Give feedback.
Answered by
Dschoordsch
Jun 14, 2022
Replies: 1 comment 1 reply
-
Yes, it's because we're installing a hook via husky for this repository Line 48 in c00a679 It runs some linting checks locally. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
87prashant
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, it's because we're installing a hook via husky for this repository
parabol/package.json
Line 48 in c00a679
It runs some linting checks locally.