{
    "workbench.iconTheme": "material-icon-theme",
    "editor.fontSize": 18,
    "workbench.startupEditor": "none",
    "vetur.validation.template": true,
    "editor.tabSize": 2,
    "eslint.validate": [
        "javascript",
        "javascriptreact",
        "html",
        "vue",
    ],
    "eslint.alwaysShowStatus": true,
    "editor.formatOnSave": true,
    "files.autoSave": "onFocusChange",
    "eslint.format.enable": true,
    "[vue]": {
        "editor.defaultFormatter": "dbaeumer.vscode-eslint"
    },
    "[javascript]": {
        "editor.defaultFormatter": "dbaeumer.vscode-eslint"
    },
    // "files.eol": "\n"
}

前端box
75 声望1 粉丝