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
Ahh yes, good spot! I think this is because prettier is thinking that this is TS/JSX. Probably that is the default and you have to pass it a language prop to make it think otherwise.
I guess we could configure it either by a key in the config and url (preferred), or by adding some UI (probably less preferred but it might work out ok).
great project!
Thank you for open sourcing it.
I noticed that html formatting has some issues
example on monacode.live
on
⌘ + s
, the html is formatted correctly but a semi-colon is added to the endanother example with spaces
you get
{" "}
I think this is related to babel parser
any guidance?
The text was updated successfully, but these errors were encountered: