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

相关推荐
Huangxy__4 小时前
java相机手搓(后续是文件保存以及接入大模型)
java·开发语言·数码相机
摇滚侠5 小时前
Java Map 类型的数据可以存储到 Redis Hash 类型中
java·redis·哈希算法
人道领域5 小时前
【LeetCode刷题日记】:151翻转字符串的单词(两种解法)
java·开发语言·算法·leetcode·面试
lifallen5 小时前
Flink 深度解析:从 TM、Task、Operator、UDF 到 Mailbox 与 OperatorChain
java·大数据·flink
Seven975 小时前
【从0到1构建一个ClaudeAgent】协作-Worktree+任务隔离
java
XS0301065 小时前
Java 基础(五)值传递
java·开发语言
倒霉蛋小马5 小时前
SpringBoot3中配置Knife4j
java·spring boot·后端
NotFound4865 小时前
实战分享怎样实现Spring Boot 中基于 WebClient 的 SSE 流式接口操作
java·spring boot·后端
青衫码上行5 小时前
【从零开始学习JVM】程序计数器
java·jvm·学习·面试
不吃香菜学java13 小时前
Redis的java客户端
java·开发语言·spring boot·redis·缓存