今天遇到一个非常奇怪的问题,Vue 项目使用了 Eslint 规范,然后就老是报错。
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 » Vue报错:Newline required at end of file but not found eol-last
原创文章,作者:kepupublish,如若转载,请注明出处:https://blog.ytso.com/150488.html