[Vuejs]-Using Prettier to enforce Vue Style Guide

0👍

Formatting must be explicitly run with the lint NPM script. It performs linting and auto-fixes (formatting) in the same command:

npm run lint

Leave a comment