In my Nuxt application where ESlint and Prettier are installed and enabled, I switched to Visual Studio Code editor.
When I open a .vue file and pre
How I've sorted it after having super huge frustrations with Prettier stopping working in VSCode.
VS Code -> View -> Command Palette, and type: Format Document WithConfigure Default Formatter... and then choose Prettier - Code formatter.This sorted the problem for me magically.
Depending on your case this might help you...