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'm considering switching from prettier do dprint on a frontend react project, but one thing is stopping me: pettier formats code in tagged templates for styled-components but dprint doesn't
I wonder if it would be possible to delegate formatting of these to prettier (or any other pluggin) while using dprint for everything else? If something like this could be done in a general and configurable way it would help fill in missing functionality until it’s added to dprint itself
I'm considering switching from prettier do dprint on a frontend react project, but one thing is stopping me: pettier formats code in tagged templates for styled-components but dprint doesn't
for example, the following:
gets formatted by prettier as follows:
but not by dprint
Is there every any chance for
dprint-plugin-typescript
to add support for this? Thanks!The text was updated successfully, but these errors were encountered: