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
The svelte support for this plugin looks to be incomplete.
However, it was working in prettier2.
@sveltejs/kit@1.30.3, svelte@4.2.10, prettier@2.8,8, prettier-plugin-svelte@2.10.1, @trivago/prettier-plugin-sort-imports@4.3.0
Then I migrated to prettier3 and the import sorting in the <script> of the .svelte file does not work.
@sveltejs/kit@2.5.0, svelte@4.2.10, prettier@3.2,5, prettier-plugin-svelte@3.1.2, @trivago/prettier-plugin-sort-imports@4.3.0
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The svelte support for this plugin looks to be incomplete.
However, it was working in prettier2.
@sveltejs/kit@1.30.3, svelte@4.2.10, prettier@2.8,8, prettier-plugin-svelte@2.10.1, @trivago/prettier-plugin-sort-imports@4.3.0
Then I migrated to prettier3 and the import sorting in the <script> of the .svelte file does not work.
@sveltejs/kit@2.5.0, svelte@4.2.10, prettier@3.2,5, prettier-plugin-svelte@3.1.2, @trivago/prettier-plugin-sort-imports@4.3.0
The .prettierrc is as follows
How do I get it to work?
Beta Was this translation helpful? Give feedback.
All reactions