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
I need to upgrade prettier to version 3.2.5, since resolveConfig.sync is removed in the latest version of Prettier how do I get the config using prettier-synchronized?
Also what is prettierEntry ?
The text was updated successfully, but these errors were encountered:
We have a custom ESLINT rule and it gets the prettier config using the below code (prettier 2.0.8).
I need to upgrade prettier to version
3.2.5
, sinceresolveConfig.sync
is removed in the latest version of Prettier how do I get the config usingprettier-synchronized
?Also what is
prettierEntry
?The text was updated successfully, but these errors were encountered: