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
The #717 PR breaks code formatting if the prettier config file is not located in the current working directory.
From v9.0.0 the cosmiconfig package no longer searches upwards for prettier config by default. To enable the old behavior the searchStrategyglobal should be used.
The text was updated successfully, but these errors were encountered:
The #717 PR breaks code formatting if the prettier config file is not located in the current working directory.
From v9.0.0 the cosmiconfig package no longer searches upwards for prettier config by default. To enable the old behavior the
searchStrategy
global
should be used.The text was updated successfully, but these errors were encountered: