总是报Expected indentation of 0 spaces but found 2如何解决
Posted qingmuchuanqi48
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了总是报Expected indentation of 0 spaces but found 2如何解决相关的知识,希望对你有一定的参考价值。
在webstrom中写代码以后使用ctrl+alt+l规范了代码
但是还是报Expected indentation of 0 spaces but found 2
这些错误
如何解决呢
在
文件中加入
"indent": ["off", 2]
就可以了
当修改了.eslintrc.js文件后
使用npm run dev编译才能生效
以上是关于总是报Expected indentation of 0 spaces but found 2如何解决的主要内容,如果未能解决你的问题,请参考以下文章
Python报错:IndentationError: expected an indented block
python3:unexpected indent?indent expected?autopep8!
python3:unexpected indent?indent expected?autopep8!
IndentationError: expected an indented block
python问题:IndentationError:expected an indented block错误
Vue3如何关闭eslint:error Expected indentation of 0 spaces but found 4 indent