What is the work of prettier? Note that all the Extension for vue have been install
Asked
Active
Viewed 96 times
1
-
It's unclear what you ask about, see https://stackoverflow.com/help/how-to-ask . In case you wonder why there are end of line fixes from a linter, that's because it's incorrectly the ones from windows – Estus Flask Oct 12 '22 at 14:03
-
1Possible duplicate of https://stackoverflow.com/questions/53516594/why-do-i-keep-getting-delete-cr-prettier-prettier – Estus Flask Oct 12 '22 at 14:03
1 Answers
1
Nothing critical here, it's a Prettier error.
You can either fix that one manually or run a format via ESlint or directly via Prettier to fix it (depends of the configuration of your project).
Overall, I recommend this kind of setup overall: https://stackoverflow.com/a/68880413/8816585

kissu
- 40,416
- 14
- 65
- 133