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
When I then run yarn prettier-package-json --write, the order is changed back. This causes constant changes during operation and I'm not sure how to resolve this easily.
The text was updated successfully, but these errors were encountered:
I have these two dependencies in my package:
When I run
yarn install
, it automatically reformats mypackage.json
and orders the dependencies as:When I then run
yarn prettier-package-json --write
, the order is changed back. This causes constant changes during operation and I'm not sure how to resolve this easily.The text was updated successfully, but these errors were encountered: