You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
When we commit changes to the repo, theprettier and eslint must be executed before that. Which was earlier been configured using huky and lint-staged package. Which seems to be broken.
Actual behavior
Currently on commit no hook is executed.
Steps to reproduce
Make changes to any file locally
Run `git commit -m "test commit"
Notice if the hooks are executed
Which version(s) does this affect? (Environment, OS, etc...)
development
The text was updated successfully, but these errors were encountered:
Expected behavior
When we commit changes to the repo, the
prettier
andeslint
must be executed before that. Which was earlier been configured usinghuky
andlint-staged
package. Which seems to be broken.Actual behavior
Currently on commit no hook is executed.
Steps to reproduce
Which version(s) does this affect? (Environment, OS, etc...)
development
The text was updated successfully, but these errors were encountered: