VUE eslint自动修复

编程入门 行业动态 更新时间:2024-10-23 01:52:54

VUE eslint<a href=https://www.elefans.com/category/jswz/34/1600247.html style=自动修复"/>

VUE eslint自动修复

打开vscode 首选项 --设置

把下面代码复制到用户设置区域

// 窗口失去焦点自动保存"files.autoSave": "onFocusChange",// 编辑粘贴自动格式化"editor.formatOnPaste": true,// 控制字体系列。"editor.fontFamily": "pingfang,Menlo, Monaco, 'Courier New', monospace",// 字体大小"editor.fontSize": 12,// 行高"editor.lineHeight": 17,// 通过使用鼠标滚轮同时按住 Ctrl 可缩放编辑器的字体"editor.mouseWheelZoom": false,// 行太长自动换行"editor.wordWrap": "on",//Windows bash终端"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",// 主体"workbench.colorTheme": "Monokai","workbench.iconTheme": "vs-seti",// eslint设置"eslint.validate": ["javascript","javascriptreact","html","vue",{"language": "html","autoFix": true},{"language": "vue","autoFix": true}],// 保存自动修复"eslint.autoFixOnSave": true,// tab锁紧"editor.tabSize": 2,// 保存自动化"editor.formatOnSave": true,// 空格变成......"editor.renderWhitespace": "all","window.zoomLevel": 0,"editor.formatOnSave": true,"vetur.format.defaultFormatter.html": "js-beautify-html",

 

更多推荐

VUE eslint自动修复

本文发布于:2024-02-27 17:15:42,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1707506.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:自动修复   VUE   eslint

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!