prettier-eslint
prettier-eslint copied to clipboard
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.
Did you try https://github.com/sveltejs/prettier-plugin-svelte and https://github.com/ota-meshi/eslint-plugin-svelte?
I created a pull request for Svelte files: https://github.com/prettier/prettier-eslint/pull/950