解决Vue项目报错:Expected indentation of 2 spaces but found 4. eslint(indent) [8, 1]的方法

Posted 王同学要努力

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决Vue项目报错:Expected indentation of 2 spaces but found 4. eslint(indent) [8, 1]的方法相关的知识,希望对你有一定的参考价值。

解决Vue项目报错:Expected indentation of 2 spaces but found 4. eslint(indent) [8, 1]的方法

报错如下


问题分析

明显从图中可以以看出问题是使用 ESLint 插件导致的

作为一个代码规范插件,ESLint 限定缩进是 2 个空格,而我们一般使用 Tab 键的缩进是 4 个空格

解决办法

打开 .eslintrc.js 配置文件,加上下面这行配置 然后我们就可以看到原来的报错没有了

 'indent': ['off', 2]

以上是关于解决Vue项目报错:Expected indentation of 2 spaces but found 4. eslint(indent) [8, 1]的方法的主要内容,如果未能解决你的问题,请参考以下文章

报错:✘ http://eslint.org/docs/rules/indent Expected indentation of 0 s paces but found 2

报错:✘ http://eslint.org/docs/rules/indent Expected indentation of 0 s paces but found 2(代码片段

报错:✘ http://eslint.org/docs/rules/indent Expected indentation of 0 s paces but found 2(代码片段

Vue3如何关闭eslint:error Expected indentation of 0 spaces but found 4 indent

Python报错:IndentationError: expected an indented block

IndentationError: expected an indented block