vscode style内置auto会导致eslint格式化 对不齐报错

"files.associations": {
    "*.vue": "vue",
    // "*.js": "javascriptreact"
  },

如果是 *.vue:html 就有style自动提示,但是eslint就会报格式格式化的不对 空格个数不对

原文地址:https://www.cnblogs.com/pengchenggang/p/11573560.html