在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.