79634646

Date: 2025-05-22 23:14:39
Score: 0.5
Natty:
Report link

The answer is scattered in all of these answers so I'll consolidate (because it could be the same as my problem, more than 1 setting not configured correctly)

  1. Make sure that your default formatter is set.
    default formatter

  2. Set your configuration file.
    config file

  3. Set Prettier Path.
    prettier path

This should fix it, but make sure that your .prettierignore file is also set (just a little bit above the path option).
prettierignore path

If you're using prettier globally vs locally, make sure the prettier path is set to your global install location (you can figure this out by typing $which prettier providing that you're using Linux.

Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: c0dezer019