unplugin / unplugin-vue-components

📲 On-demand components auto importing for Vue
https://www.npmjs.com/package/unplugin-vue-components
MIT License
3.65k stars 341 forks source link

fix: move `prettier-ignore` statement so it works #729

Closed HookyGV closed 2 months ago

HookyGV commented 5 months ago

Description

Solve the prettier formatting issue, but leave the comment in the head section. prettier-ignore will ignore following block (the module declaration) in this case. See https://prettier.io/docs/en/ignore.html#javascript

Linked Issues

Same issue, different solution: PR #689

Additional context

stackblitz[bot] commented 5 months ago

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.