当前位置:网站首页>ESLint 报错
ESLint 报错
2022-07-02 06:35:00 【别说小李】
遇到一个问题,vscode自动保存后,报错:
1.Expected " " character, but found "\t" characte (应为“”字符,但找到“\t”字符)
2.warning Expected indentation of 14 spaces but found 12 spaces
解决方法:两种都可以
1.
2.在settings.json配置:
"[vue]": {
"editor.insertSpaces": true,
"editor.tabSize": 2
}配置之后,重启跑项目就解决了
边栏推荐
- ClassFile - Attributes - Code
- PI control of three-phase grid connected inverter - off grid mode
- Idea view bytecode configuration
- Knife4j 2. Solution to the problem of file control without selection when uploading x version files
- Error reporting on the first day of work (error reporting when Nessus installs WinPcap)
- Ckeditor 4.10.1 upload pictures to prompt "incorrect server response" problem solution
- 2837xd 代码生成——总结篇
- 2837xd Code Generation - Supplement (1)
- QT信号槽总结-connect函数错误用法
- 2837xd code generation - Summary
猜你喜欢
随机推荐
逆变器simulink模型——处理器在环测试(PIL)
Off grid control of three-phase inverter - PR control
Failed to configure a DataSource: ‘url‘ attribute is not specified and no embedd
Elastic Stack之Beats(Filebeat、Metricbeat)、Kibana、Logstash教程
每天睡前30分钟阅读Day6_Day6_Date_Calendar_LocalDate_TimeStamp_LocalTime
QT signal slot summary -connect function incorrect usage
Required request body is missing:(跨域问题)
保存视频 opencv::VideoWriter
Typora installation package sharing
三相逆变器离网控制——PR控制
Alibaba / popular JSON parsing open source project fastjson2
2837xd Code Generation - Supplement (1)
2837xd 代码生成——StateFlow(2)
Operation and application of stack and queue
cmake的命令-官方文档
Bold prediction: it will become the core player of 5g
Required request body is missing: (cross domain problem)
自定義Redis連接池
Tinyxml2 reading and modifying files
分享一篇博客(水一篇博客)







