vue中html文件出现以下eslint错误
解决办法如下:
项目根目录新建.prettierrc文件,输入以下内容保存并重启vscode即可
.prettierrc
overrides: - files: '*.html' options: parser: 'html'