首页 > 其他分享 >eslint 插件扩展设置

eslint 插件扩展设置

时间:2023-03-09 12:55:43浏览次数:45  
标签:插件 扩展 eslint 设置 true editor

{     "liveServer.settings.donotShowInfoMsg": true,     "editor.unicodeHighlight.allowedCharacters": {         " ": true     },     "editor.renderWhitespace": "all",     "json.schemas": [     "editor.formatOnPaste":true     ],     "editor.codeActionsOnSave":{         "source.fixAll.eslint":true     }, }

标签:插件,扩展,eslint,设置,true,editor
From: https://www.cnblogs.com/xiaobaizitaibai/p/17197964.html

相关文章