首页 > 其他 > 详细

总是报Expected indentation of 0 spaces but found 2如何解决

时间:2020-09-04 21:07:20      阅读:911      评论:0      收藏:0      [点我收藏+]

在webstrom中写代码以后使用ctrl+alt+l规范了代码
但是还是报Expected indentation of 0 spaces but found 2
这些错误
如何解决呢

 

 
技术分享图片
image.png


文件中加入
"indent": ["off", 2]
就可以了
当修改了.eslintrc.js文件后

使用npm run dev编译才能生效

 

=========

转载自:https://www.jianshu.com/p/a76f74feff49

总是报Expected indentation of 0 spaces but found 2如何解决

原文:https://www.cnblogs.com/hd92/p/13616100.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!