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 am assuming this is a bug. When using @component to write component documentation in a Svelte file, prettier plugin Svelte thinks it belongs with the style block. When updating the svelteSortOrder it will continue to move around with the style block.
Here is a minimal Stackblitz reproduction showing some documentation in the Counter component. I have the sort order updated from the default and ran format. You can continue to change the sort order and rerun format to see the bug in action.
The text was updated successfully, but these errors were encountered:
I am assuming this is a bug. When using
@component
to write component documentation in a Svelte file, prettier plugin Svelte thinks it belongs with the style block. When updating thesvelteSortOrder
it will continue to move around with the style block.Here is a minimal Stackblitz reproduction showing some documentation in the Counter component. I have the sort order updated from the default and ran format. You can continue to change the sort order and rerun format to see the bug in action.
The text was updated successfully, but these errors were encountered: