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
Add Husky pre-commit hook to lint staged files (#1700)
Adds a pre-commit hook that automatically lints staged files before
commiting them. This should help avoid wasting time accidentally pushing
up commits that fail the formatter in CI.
0 commit comments