在VUE开发的时候,使用了eslint,然后报error Expected indentation of 2 spaces but found 4 indent的警告,如何去除呢?
解决方法:
打开.eslintrc.js文件,找到其中的no-multiple-empty-lines,将他设置为0,然后重启项目即可
error Expected indentation of 2 spaces but found 4 indent
最新推荐文章于 2023-06-20 14:59:02 发布