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
pre-commit is a tool that installs a pre commit hook to
verify the project before the commit takes place. Unfortunately
pre-commit was last published 8 years ago and has a number
of security issues published against.
This change replaces it with husky which does the same thing
but is actively maintained.
0 commit comments