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

相关推荐
spencer_tseng9 分钟前
AffineTransform cannot be resolved
java
freejackman9 分钟前
Java从0到1---基础篇
java·开发语言·后端·idea
CQU_JIAKE13 分钟前
4.4【Q】
java·前端·javascript
2301_7717172115 分钟前
Java自定义注解创建详解
java·开发语言
艾莉丝努力练剑21 分钟前
【Linux系统:信号】线程安全不等于可重入:深度拆解变量作用域与原子操作
java·linux·运维·服务器·开发语言·c++·学习
无心水22 分钟前
20、Spring陷阱:Feign AOP切面为何失效?配置优先级如何“劫持”你的设置?
java·开发语言·后端·python·spring·java.time·java时间处理
QfC92C02p23 分钟前
C# 中的 Span 和内存:.NET 中的高性能内存处理
java·c#·.net
0xDevNull27 分钟前
Java 21 新特性概览与实战教程
java·开发语言·后端
柏林以东_33 分钟前
java遍历的所有方法及优缺点
java·开发语言·数据结构
升职佳兴38 分钟前
SQL 进阶3:连续登录问题与 ROW_NUMBER 差值法完整解析
java·数据库·sql