quanyawei
2023-11-14 158629c4bc4794184ad99509e4fad804ee4dafbd
.vscode/settings.json
@@ -8,7 +8,13 @@
   },
   "eslint.format.enable": true,
   //autoFix默认开启,只需输入字符串数组即可
   "eslint.validate": ["javascript", "vue", "html", "javascriptreact", "vue-html"],
  "eslint.validate": [
    "javascript",
    "vue",
    "html",
    "javascriptreact",
    "vue-html"
  ],
   // --------------------  配置eslint  --------------------
   // 设置编辑器的默认格式化工具
   "editor.defaultFormatter": "esbenp.prettier-vscode",