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
Prettier has been bumped a major version, v3.0.0 and multiple versions after, up to v3.3.0 at time of writing. We're still on v2.1.2. We should probably do a push to update and address all breaking changes at once so we're closer to in sync and future updates are smaller. I just don't want to do that right before a release.
I think the biggest rule change that I know about is that trailing commas now default to all which will probably result in a very large PR of small, non functional, differences. They also changed some logic about how long lines wrap to make things readable and waste less vertical space which will probably affect most of our files.
The text was updated successfully, but these errors were encountered:
Prettier has been bumped a major version,
v3.0.0
and multiple versions after, up tov3.3.0
at time of writing. We're still onv2.1.2
. We should probably do a push to update and address all breaking changes at once so we're closer to in sync and future updates are smaller. I just don't want to do that right before a release.I think the biggest rule change that I know about is that trailing commas now default to
all
which will probably result in a very large PR of small, non functional, differences. They also changed some logic about how long lines wrap to make things readable and waste less vertical space which will probably affect most of our files.The text was updated successfully, but these errors were encountered: