wrong warning shown in prettierrc when "svelteSortOrder": "none"
#2657
Labels
bug
Something isn't working
"svelteSortOrder": "none"
#2657
Describe the bug
VScode shows a wrong warning on
.prettierrc
file when you add a"svelteSortOrder"
property with value"none"
.Reproduction
sv create
a fresh svelte project with prettier enabled, and add line"svelteSortOrder": "none"
to.prettierrc
file. It will render a yellow squiggly with the following message:Expected behaviour
According to the docs on prettier-plugin-svelte#svelte-sort-order, it should be a valid value.
System Info
Tested with svelte-vscode extension 109.5.1
Which package is the issue about?
Svelte for VS Code extension
Additional Information, eg. Screenshots
The text was updated successfully, but these errors were encountered: