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
Make sure we are using the latest version of prettier-plugin-svelte
Remove the nasty regex to replace whitespace in the rollup config
Replace the s and  s with actual whitespace (unless there are any where we have some weird double spacing requirements, but I don't think there are)
Fix all the spacing around punctuation (e.g. in the footer, which is where the entire problem began). Possibly a good idea to try and (ab)use the regex in the rollup config as a way of searching for this.
The text was updated successfully, but these errors were encountered:
jarhodes314
added
the
nice to have
This functionality is useful, but non-essential. Should not block the release of the full site.
label
Feb 1, 2021
Now sveltejs/prettier-plugin-svelte#24 is resolved, we can:
prettier-plugin-svelte
s and 
s with actual whitespace (unless there are any where we have some weird double spacing requirements, but I don't think there are)The text was updated successfully, but these errors were encountered: