sveltejs / prettier-plugin-svelte

Format your svelte components using prettier.
MIT License
714 stars 95 forks source link

Remove bug workaround from README.md #404

Closed InternetRamen closed 7 months ago

InternetRamen commented 8 months ago

Bug has been fixed

dummdidumm commented 8 months ago

Thank you! I'll wait a few more days until merging to ensure more people are on the latest version

InternetRamen commented 8 months ago

Sounds good! Do you mind adding hacktoberfest-accepted label to this PR if this goes through?

polyzen commented 8 months ago

The fix has not been released yet, it seems.

InternetRamen commented 8 months ago

Hmm, I'll check it again. Svelte formatting seems to work for me

InternetRamen commented 8 months ago

@polyzen is right, turns out I was using the VSCode extension instead.

benmccann commented 8 months ago

Yeah, the fix will be in prettier 3.1, which is unreleased. The latest is currently 3.0.3. https://github.com/sveltejs/kit/pull/10410 is also blocked waiting for the new release

dummdidumm commented 7 months ago

Closing in favor of #409 - thank you