当前位置:网站首页>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
}配置之后,重启跑项目就解决了
边栏推荐
- Image recognition - data augmentation
- Mathematics in machine learning -- point estimation (I): basic knowledge
- Creation and jump of activity
- JVM instruction mnemonic
- Idempotent design of Internet API interface
- 自定义Redis连接池
- QT信号槽总结-connect函数错误用法
- QT signal slot summary -connect function incorrect usage
- View the port of the application published by was
- Image recognition - data annotation
猜你喜欢
随机推荐
JDBC review
JDBC回顾
Required request body is missing: (cross domain problem)
Idea view bytecode configuration
2837xd code generation - stateflow (4)
DTM distributed transaction manager PHP collaboration client V0.1 beta release!!!
What is the function of laravel facade
Chrome browser tag management plug-in – onetab
Memories of a chat
View the port of the application published by was
2837xd 代码生成——StateFlow(4)
Bugkuctf-web24 (problem solving ideas and steps)
Ckeditor 4.10.1 upload pictures to prompt "incorrect server response" problem solution
一次聊天勾起的回忆
TD联合Modelsim进行功能仿真
ZK configuration center -- configuration and use of config Toolkit
Image recognition - data augmentation
企业级SaaS CRM实现
QT QLabel样式设置
C语言之最小数









