Prettier doesn't work on VScode after update

Viewed 3851

I recently updated VSCode and Prettier is not working anymore on my JS files. Before whenever I saved my JS files, Prettier would add the semicolons for me. Now when I save, no semicolons are added. I have the plugin enabled and checked the settings to make sure I have the semicolon insertions enabled. What could be causing this error?

default settings

enabled settings

semicolons enabled

1 Answers
Related