当前位置:网站首页>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
}配置之后,重启跑项目就解决了
边栏推荐
- Enterprise level SaaS CRM implementation
- Vs+qt set application icon
- Bugkuctf-web16 (backup is a good habit)
- 每天睡前30分钟阅读Day6_Day6_Date_Calendar_LocalDate_TimeStamp_LocalTime
- 上班第一天的报错(Nessus安装winpcap报错)
- Attributes of classfile
- Is the C language too fat
- C语言之到底是不是太胖了
- Alibaba / popular JSON parsing open source project fastjson2
- 图像识别-数据标注
猜你喜欢
随机推荐
分布式锁的这三种实现方式,如何在效率和正确性之间选择?
BugkuCTF-web21(详细解题思路及步骤)
Kinect DK obtains color RGB images in cv:: mat format (used in openpose)
PI control of three-phase grid connected inverter - off grid mode
2837xd code generation - stateflow (3)
C语言之二进制与十进制
自定義Redis連接池
Pool de connexion redis personnalisé
Idea view bytecode configuration
Inverter Simulink model -- processor in the loop test (PIL)
Methods of classfile
2837xd 代碼生成——補充(1)
ZK configuration center -- configuration and use of config Toolkit
2837xd 代码生成——补充(3)
Customize redis connection pool
Chrome user script manager tempermonkey monkey
Binary and decimal system of C language
C语言之判断直角三角形
vs+qt 设置应用程序图标
JDBC回顾









