vscode 环境配置

1、setting.json 配置

{
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true
  },
  "workbench.iconTheme": "vscode-icons",
  "workbench.colorTheme": "Dracula Soft",
  "gitlens.views.branches.branches.layout": "list"
}

2、插件

※通过这些插件和配置 可以实现 vue项目根据本项目的ESLint 规则 自动保存和格式化。
posted @ 2021-06-16 13:48  赛德·乌漆嘛黑  阅读(51)  评论(0编辑  收藏  举报