模块警告(来自./node_modules/eslint-loader/index.js):警告:解析错误:意外的字符“ EOF”(更漂亮/更漂亮)位于

时间:2019-05-25 19:26:02

标签: vue.js eol prettier

在Visual Studio代码中编译vue模块时遇到问题。在编译过程中,尽管我正在使用自动格式化,但它始终会返回相同的警告。我已经将CRLF更改为LF,但是它没有帮助。有人可以帮我吗?


Module Warning (from ./node_modules/eslint-loader/index.js):
warning: Parsing error: Unexpected character "EOF" (prettier/prettier) at src\components\ViewEmployees.vue:34:2:
  32 |   }
  33 | };
> 34 |
     | ^


1 warning found.

0 个答案:

没有答案