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
In my svelte git hub project (edited with vs code) I also have a plain HTML + JS + CSS group of files (in static) but prettier will not work on them unless I disable the svlete plugin.
I have to invalidate the first line when editing my vanilla files and then restore it when editing the svelte files.
I can find no options in the plugin or prettier docs for how to restrict plugin processing to certain folders, I'm also surprised the plugin is not restricted to .svelte files
The text was updated successfully, but these errors were encountered:
In my svelte git hub project (edited with vs code) I also have a plain HTML + JS + CSS group of files (in static) but prettier will not work on them unless I disable the svlete plugin.
svelte plugin is enabled in my .prettier.rc with
I have to invalidate the first line when editing my vanilla files and then restore it when editing the svelte files.
I can find no options in the plugin or prettier docs for how to restrict plugin processing to certain folders, I'm also surprised the plugin is not restricted to .svelte files
The text was updated successfully, but these errors were encountered: