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
Our prettier config currently explicitly lists three properties, which would override any defaults.
To head off issues w/future breaking changes to config default values*, we could explicitly set all remaining properties in our config (.prettierrc.json).
*we encountered this when upgrading Storybook, which had prettier as a transitive dependency that conflicted w/our own.
Our prettier config currently explicitly lists three properties, which would override any defaults.
To head off issues w/future breaking changes to config default values*, we could explicitly set all remaining properties in our config (
.prettierrc.json
).*we encountered this when upgrading Storybook, which had prettier as a transitive dependency that conflicted w/our own.
See #438 (comment) for context.
The text was updated successfully, but these errors were encountered: