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
When running husky pre-commit hook we get this warning:
> git -c user.useConfigOnly=true commit --quiet --allow-empty-message --file -
husky - DEPRECATED
Please remove the following two lines from .husky/pre-commit:
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
They WILL FAIL in v10.0.0
The text was updated successfully, but these errors were encountered:
When running husky pre-commit hook we get this warning:
The text was updated successfully, but these errors were encountered: