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 git commit we get the following warning:
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
Description
When running
git commit
we get the following warning:Additional Information
It should be enough to simply remove the two lines.
See "How to migrate" section at the bottom of this page: https://github.com/typicode/husky/releases/tag/v9.0.1
The text was updated successfully, but these errors were encountered: