Open Oudwins opened 1 week ago
Also, this is not an issue with the tailwind plugin because I have tried to remove it and it still happens. And Its also not an issue with the properties not being quoted since I removed the quotes thinking that was the cause and the error persists
When I try to format a svelte file with prettier and this plugin using format on save with vscode the entire file breaks. When I try to run prettier with the
--write
flag it reports a parsing error. If I format the file using the vscode extension for svelte nothing breaks.Specifically what breaks are the arrow functions and a few other things. I have created a minimal repository reproducing the issues -> https://github.com/oudwin-old/prettier-plugin-svelte-error.
Other relevant data versions
prettier.config.js