This is my Prettier config for Vue projects. Can also be used for JavaScript projects.
pnpm i -D prettier @bruceshih/prettier-config-vue
// prettier.config.js
import bruceshih from '@bruceshih/prettier-config-vue'
export default {
...bruceshih,
// other rules
}