Vue报错:Newline required at end of file but not found eol-last

2023-08-25 12:50:05 浏览数 (1)

今天遇到一个非常奇怪的问题,Vue 项目使用了 Eslint 规范,然后就老是报错。

代码语言:javascript复制
  11:2  error  Newline required at end of file but not found  eol-last

✖ 1 problem (1 error, 0 warnings)
  1 error and 0 warnings potentially fixable with the `--fix` option.

找了半天没找到语法错误,最后才知道,这是 Vue 一个奇葩的报错:你的文件最后没有空一行

最后空一行,就不报错了。

未经允许不得转载:w3h5-Web前端开发资源网 » Vue报错:Newline required at end of file but not found eol-last

0 人点赞