Closed Popxie closed 3 years ago
在 VSCode 中,默认 ESLint 并不能识别 .vue、.ts 或 .tsx 文件,需要在「文件 => 首选项 => 设置」里做如下配置:
{ "eslint.validate": [ "javascript", "javascriptreact", "vue", "typescript", "typescriptreact" ] }
搜一下 vscode settings.json 吧,网上有相关的教程
一般是在项目的 .vscode/settings.json 文件中配置
.vscode/settings.json
在 VSCode 中,默认 ESLint 并不能识别 .vue、.ts 或 .tsx 文件,需要在「文件 => 首选项 => 设置」里做如下配置: