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

相关推荐
石山代码15 小时前
ArrayList / HashMap / ConcurrentHashMap
java·开发语言
AskHarries16 小时前
系统提示词、开发者指令和用户输入的优先级
java·前端·数据库
daidaidaiyu16 小时前
ThingsBoard 规则链系统源码分析和自定义定时器
java
小毛驴85017 小时前
spring-boot-maven-plugin,maven-compiler-plugin 功能对比
java·python·maven
csdn_aspnet17 小时前
Java 霍尔分区算法(Hoare‘s Partition Algorithm)
java·开发语言·算法
霸道流氓气质17 小时前
通义灵码 IDEA 插件完全使用指南
java·ide·intellij-idea
诸葛务农17 小时前
道路行驶条件下电动汽车永磁电机的有效使用寿命及永磁体的失效和回收再利用(下)
java·开发语言·算法
Percep_gan18 小时前
Java8中的stream的测试使用
java
砍材农夫18 小时前
物联网实战:Spring Boot MQTT | MQTT 设备模拟器演示(附源码)
java·spring boot·后端·物联网·spring·netty
EAIReport18 小时前
Spring AI 详解:Java 开发者快速落地 AI 应用
java·人工智能·spring