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
Run npx prettier for the different file extensions to make sure they're formatted with prettier.
We could probably even do npx prettier --check "**/*.{ts,tsx,json,yaml,css,html}" or something like that.