Search code examples
vue.jseslintprettier

Got a delete ESlint/Prettier when I create a template


enter image description here

What is the work of prettier? Note that all the Extension for vue have been install


Solution

  • 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