Open SergeyKazarinov opened 11 months ago
This might be relevant: https://github.com/vuejs/language-tools/issues/1670
Happens when we have '$$$' as a value of an object property
When we changed that to `$$$`, it reformatted it as `$
PS The moment I removed the string literal containing the $ Dollar Signs, it formatted it perfectly
I hope that helps investigating further, I am quite lost on how any of this works
I've stumbled across this issue also, I've tracked it down to dollar sign replacement groups inside the string producing this error, as even this caused the bug
<script setup>
'$';
</script>
PR submitted!
https://github.com/trivago/prettier-plugin-sort-imports/pull/283
Hello I had a problem with a plugin in a vue-3 project.
I have the following config
when checking it gives me an error
If I remove the plugin from the config, the error disappears.
It also gives another similar error
My package.jcon
One of the components with an error
There is also a similar component with other options, which does not produce an error