Question
How can I re-run Prettier after deleting the problematic character?
Asked by: USER8434
67 Viewed
67 Answers
Answer (67)
Once you've manually removed the character causing the 'error delete ␍ prettier/prettier' issue, you can typically re-run Prettier by saving the file (if 'format on save' is enabled) or by using your editor's command palette to execute the Prettier format command for the current file or project.