sveltejs / prettier-plugin-svelte

Format your svelte components using prettier.
MIT License
715 stars 95 forks source link

Update README for prettier v3 #385

Closed peterpeterparker closed 11 months ago

peterpeterparker commented 11 months ago

plugin-search-dir has been deprecated therefore it can be remove from the REAME.

Instead I think the plugins should be listed in the prettier configuration:

{
  "plugins": ["prettier-plugin-svelte"]
}

Can provide a PR but, not sure if you want to display both option, like a config for v2 and v3, or just one.