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

相关推荐
dovens15 小时前
SpringBoot集成MQTT客户端
java·spring boot·后端
❀͜͡傀儡师15 小时前
Spring Boot 集成 RocksDB 实战:打造高性能 KV 存储加速层
java·spring boot·后端·rocksdb
BENA ceic15 小时前
Spring 的三种注入方式?
java·数据库·spring
小雅痞15 小时前
[Java][Leetcode middle] 209. 长度最小的子数组
java·算法·leetcode
二哈赛车手16 小时前
新人笔记---项目中简易版的RAG检索后评测指标(@Recall ,Mrr..)实现
java·开发语言·笔记·spring·ai
做时间的朋友。16 小时前
精准核酸检测
java·数据结构·算法
许彰午16 小时前
CacheSQL(五):桥接篇
java·数据库·缓存·系统架构
ATCH IERV16 小时前
Java实战:Spring Boot application.yml配置文件详解
java·网络·spring boot
咸鱼2.016 小时前
【java入门到放弃】XXL-JOB
java
爱滑雪的码农16 小时前
Java基础十一 流(Stream)、文件(File)和IO
java·开发语言·python