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
This might want to be paired with just a mass reformatting of the code base. Have one giant commit that formats all the files first does two things.
it makes it so that the commit that did the reformatting can be excluded from diffs/blame or at least its a known point in time when the work was done
It makes future work easier because small changes aren't lumped in with large formatting changes making PR's a bit of a pain trying to decide whats an actual change vs what was a formatting change.
prettier --fix
or equivalent before commit attempt, so easy fixes can be handled automatically instead of manuallyThe text was updated successfully, but these errors were encountered: