vscode配置里关于 eslint配置不要有 "eslint.alwaysShowStatus": true

 

"eslint.autoFixOnSave": true,
  "eslint.validate": [
    "javascript",
    "javascriptreact",
    {
      "language": "vue",
      "autoFix": true
    }
  ],

 

posted @ 2019-09-19 09:04  彭成刚  阅读(2143)  评论(0编辑  收藏  举报