关于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问题。请尝试以下方法:
- 在vscode中转到设置(ctrl +,)
- 在设置搜索栏中 type “trim trailing whitespace”
- 在下面选中 “trim trailing whitespace” option.
- 重新启动vscode。
- 现在,无论何时保存文件,vscode都会自动修剪尾随空格。
我是这样解决的,大家可以试一下
或者项目下:执行
npm run lint -- --fix
以上是关于关于vue使用eslint规范报Trailing Spaces not Allowed错误解决办法!的主要内容,如果未能解决你的问题,请参考以下文章
解决Vue项目报错:Expected indentation of 2 spaces but found 4. eslint(indent) [8, 1]的方法