AlloyTeam / eslint-config-alloy

Progressive ESLint config for your React/Vue/TypeScript projects
https://alloyteam.github.io/eslint-config-alloy/
2.65k stars 316 forks source link

「文件 => 首选项 => 设置」具体哪里?没找到可设置的地方啊?? #186

Closed Popxie closed 3 years ago

Popxie commented 3 years ago

在 VSCode 中,默认 ESLint 并不能识别 .vue、.ts 或 .tsx 文件,需要在「文件 => 首选项 => 设置」里做如下配置:

{
  "eslint.validate": [
    "javascript",
    "javascriptreact",
    "vue",
    "typescript",
    "typescriptreact"
  ]
}
xcatliu commented 3 years ago

搜一下 vscode settings.json 吧,网上有相关的教程

一般是在项目的 .vscode/settings.json 文件中配置