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

相关推荐
Anastasiozzzz几秒前
阿亮随手录-SpringBoot启动流程、三级缓存要求、BeanFactory与FactoryBean、AutoWired与Resource、不推荐字段注入
java·spring
独自破碎E18 分钟前
BISHI61 小q的数列
java·开发语言
Dylan的码园35 分钟前
从软件工程师看计算机是如何工作的
java·jvm·windows·java-ee
callJJ42 分钟前
Spring AI Tool Calling(工具调用)详解——让大模型拥有“动手能力“
java·人工智能·spring·spring ai·tool calling
南部余额1 小时前
SpringBoot文件上传全攻略
java·spring boot·后端·文件上传·multipartfile
java1234_小锋1 小时前
Java高频面试题:什么是Redis哨兵机制?
java·redis·面试
苦学编程的谢2 小时前
好运buff机 ------ 测试报告
java·开发语言·功能测试
汤姆yu2 小时前
基于springboot的智能民宿预定与游玩系统
java·spring boot·后端
黎雁·泠崖2 小时前
Java常用类核心精讲 · 七篇精华总结
java·开发语言
逆境不可逃2 小时前
【从零入门23种设计模式01】创建型之工厂模式(简单工厂+工厂方法+抽象工厂)
java·spring·设计模式·简单工厂模式·工厂方法模式·抽象工厂模式·工厂模式