error Unexpected ‘debugger‘ statement no-debugger

eslint

D:\System File\Desktop\后台\test\test\src\components\HelloWorld.vue

19:5 error Unexpected 'debugger' statement no-debugger

✖ 1 problem (1 error, 0 warnings)

You may use special comments to disable some warnings.

Use // eslint-disable-next-line to ignore the next line.

Use /* eslint-disable */ to ignore all warnings in a file.

ERROR in [eslint]

D:\System File\Desktop\后台\test\test\src\components\HelloWorld.vue

19:5 error Unexpected 'debugger' statement no-debugger

✖ 1 problem (1 error, 0 warnings)

webpack compiled with 1 error

解决方案:

debugger前写上 /* eslint-disable */

debugger

相关推荐
代码雕刻家几秒前
3.1.课设实验-Java核心技术-检索简历
java·开发语言
尤理有理2 分钟前
求你了,别用 YYYY-MM-dd!
java
共享家95273 分钟前
Java 入门(IDEA 高效调试 与 数组)
java·开发语言·intellij-idea
东离与糖宝3 分钟前
315警示:AI接口被恶意调用?Java高并发+限流+鉴权防护实战
java·人工智能
YmaxU4 分钟前
SpringAIAlibaba学习使用 ---Graph
java·学习·spring·ai
StackNoOverflow7 分钟前
Spring整合MyBatis与事务管理详解(第三部分)
java·spring
没有bug.的程序员9 分钟前
500个微服务上云全线假死:Spring Boot 3.2 自动配置底层的生死狙击
java·spring boot·微服务·kubernetes·自动配置
sinat_2554878110 分钟前
保存 Object 数组
java·服务器·前端
myloveasuka23 分钟前
Object&Objects
java·开发语言
Java&Develop27 分钟前
查看 maven详细报错 打包
java