DEV Community

Discussion on: How to auto format code on vscode

Collapse
 
fayaz profile image
Fayaz Ahmed

You can use prettier but it'll conflict with vetur formatting. I wanted to do the same thing, but it's just not worth it, with larger projects having eslints with popular configs like airbnb, a lot of issues arise, I had set it up on my work machine and it used to throw hundreds of errors, removed it at the end.