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
Nice use of pre-commit hooks. I see there's a git add . there to make sure the hook changes are staged.
Suggestion: You may want to use lint-staged for your pre commit hooks, instead of the extra git add . as it will only stage already staged files that have been changed.
The text was updated successfully, but these errors were encountered:
Nice use of pre-commit hooks. I see there's a
git add .
there to make sure the hook changes are staged.Suggestion: You may want to use lint-staged for your pre commit hooks, instead of the extra
git add .
as it will only stage already staged files that have been changed.The text was updated successfully, but these errors were encountered: