Closed iamwxq closed 3 months ago
Hi, thanx for your awesome repo.
I found a parsing error when I use your eslint-config with Nuxt and TypeScript. I generated it by the . You can check it with my minimal repo. It shows that eslint seems can't properly parse .vue file with <script setup lang="ts"></script>
<script setup lang="ts"></script>
screenshot:
https://stackblitz.com/edit/nuxt-starter-6fuuku
System: 设备名称 DESKTOP-1R0P5I0 处理器 13th Gen Intel(R) Core(TM) i7-13700K 3.40 GHz 机带 RAM 64.0 GB (63.7 GB 可用) 系统类型 64 位操作系统, 基于 x64 的处理器 Binaries: Node: 20.15.1 npm: 10.7.0 pnpm: 9.6.0 Browsers: Chrome: 126.0.6478.183
pnpm
Try to install typescript in your project root
typescript
thanks a lot! it could be solved after installing typescript
Describe the bug
Hi, thanx for your awesome repo.
I found a parsing error when I use your eslint-config with Nuxt and TypeScript. I generated it by the . You can check it with my minimal repo. It shows that eslint seems can't properly parse .vue file with
<script setup lang="ts"></script>
screenshot:
Reproduction
https://stackblitz.com/edit/nuxt-starter-6fuuku
System Info
Used Package Manager
pnpm
Validations
Contributions