When verifying Vue projects with eslint, the following warnings were found:
error: Newline required at end of file but not found (eol-last)
The results are as follows:
I found that the online solution is to insert a blank line after the warning code. I think this is very bad.
[solution]
1. Insert a configuration file .Editorconfig
, in the project_final_Newline = true
is changed to false
2. Cancel the verification of the last rule in . Eslintrc. JS
recompile without warning.