unplugin/unplugin-vue2-script-setup

script setup在transform后,终端eslint报错Extra semicolon

catNano opened this issue · 4 comments

script setup的transform顺序有问题,代码应该在eslint校验后,再transform

antfu commented

I would not recommend using eslint at the building/bundling phase.

It is an error reported after Vue cli is started
image
image

@catNano 你能给我一个最小可复现的 demo 吗?我看看怎么配。

We temporarily close this due to the lack of enough information. Please provide a minimal reproduction to reopen the issue. Thanks.