eslint 插件扩展设置

{
    "liveServer.settings.donotShowInfoMsg": true,
    "editor.unicodeHighlight.allowedCharacters": {
        " ": true
    },
    "editor.renderWhitespace": "all",
    "json.schemas": [
    "editor.formatOnPaste":true
    ],
    "editor.codeActionsOnSave":{
        "source.fixAll.eslint":true
    },
}
posted @ 2023-03-09 12:42  小白字太白  阅读(64)  评论(0编辑  收藏  举报