vue启动的时候报错

oo many blank lines at the end of file. Max of 0 allowed. (no-multiple-empty-lines)

解决方案

1.文件末尾的空行太多。最大值为0不允许有多个空行。

  删除多余的空行。

2.安装 ESLint

我用的开发工具vscode,直接安装插件ESLint

eslint报“Too many blank lines at the end of file. Max of 0 allowed. (no-multiple-empty-lines)“错误的解决

 

 如果是其他的工具就使用npm install -g eslint

相关文章:

  • 2021-07-15
  • 2021-08-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-30
  • 2021-09-04
  • 2022-12-23
猜你喜欢
  • 2021-12-13
  • 2021-09-11
  • 2021-06-29
  • 2022-12-23
  • 2021-06-03
相关资源
相似解决方案