当前位置:网站首页>Eslint reports an error
Eslint reports an error
2022-07-02 09:54:00 【Don't talk about Xiao Li】
There's a problem ,vscode After automatic saving , Report errors :
1.Expected " " character, but found "\t" characte ( Should be “” character , But find “\t” character )
2.warning Expected indentation of 14 spaces but found 12 spaces
resolvent : Either way
1.
2. stay settings.json To configure :
"[vue]": {
"editor.insertSpaces": true,
"editor.tabSize": 2
}After configuration , Restart the running project to solve
边栏推荐
猜你喜欢
随机推荐
Bold prediction: it will become the core player of 5g
Mysql索引
记录下对游戏主机配置的个人理解与心得
MySQL事务
保存视频 opencv::VideoWriter
2837xd code generation - Supplement (3)
TD联合Modelsim进行功能仿真
因上努力,果上随缘
C language: making barrels
Alibaba /热门json解析开源项目 fastjson2
MySQL transaction
QT qlabel style settings
Bugkuctf-web24 (problem solving ideas and steps)
每天睡前30分钟阅读Day5_Map中全部Key值,全部Value值获取方式
2837xd 代码生成——StateFlow(2)
tinyxml2 读取和修改文件
Mixed development of uni app -- Taking wechat applet as an example
Matlab生成dsp程序——官方例程学习(6)
2837xd 代码生成——StateFlow(1)
图像识别-数据采集









