I know it's possible to omit semicolons from the code with prettier. How do I configure it for use with Vetur?
If you have a .prettierrc in your project root, Vetur will use it. Otherwise, you can add the user setting prettier.semi: false to your user config. https://vuejs.github.io/vetur/formatting.html
Most helpful comment
If you have a
.prettierrcin your project root, Vetur will use it. Otherwise, you can add the user settingprettier.semi: falseto your user config. https://vuejs.github.io/vetur/formatting.html