关于vue使用eslint规范报Trailing Spaces not Allowed错误解决办法!

Posted Lucklyの博客

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了关于vue使用eslint规范报Trailing Spaces not Allowed错误解决办法!相关的知识,希望对你有一定的参考价值。

Always Getting an Error of “Trailing Spaces not Allowed” in VueJS(在Vue中总会出现“不允许尾随空格”错误)

我认为这是一个vscode问题。请尝试以下方法:

  1. 在vscode中转到设置(ctrl +,)
  2. 在设置搜索栏中 type “trim trailing whitespace”
  3. 在下面选中 “trim trailing whitespace” option.
  4. 重新启动vscode。
  5. 现在,无论何时保存文件,vscode都会自动修剪尾随空格。

我是这样解决的,大家可以试一下

或者项目下:执行

npm run lint -- --fix

以上是关于关于vue使用eslint规范报Trailing Spaces not Allowed错误解决办法!的主要内容,如果未能解决你的问题,请参考以下文章

vue中ESlint报错

解决vue代码缩进报错问题 关闭ESlint

vue项目空格报错,缩进不对报错,格式报错!!!

关于vue打包是因代码校验报错

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

关于eslint使用规则,和各种报错对应规则