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
since our IDEs are set up differently, we may want to set up some sort of pre-push hook to run prettier so that our coding styles are consistent (e.g. spacing). a popular choice would be to use husky
On push or PR, prettier should automatically run and fix violations
The text was updated successfully, but these errors were encountered:
since our IDEs are set up differently, we may want to set up some sort of pre-push hook to run prettier so that our coding styles are consistent (e.g. spacing). a popular choice would be to use husky
The text was updated successfully, but these errors were encountered: