prettier/prettier-eslint

Can you support Svelte?

NoelJacob opened this issue · 3 comments

Can you support Svelte?

You need to provide more information, whether you are using the CLI or an editor extension. That being said, Svelte SFCs are the same as vue that is if you move your markup to <template></template> and set the prettier.config.js parser to vue for *.svelte.

I created a pull request for Svelte files: #950