240

田头花匠

导航

2020年5月28日 #

设置自动格式化ESLint效果

摘要: 1.安装eslint和vetur插件 2.修改setting.json的代码 { "editor.tabSize": 2, "files.associations": { "*.vue": "vue" }, "eslint.autoFixOnSave": true, "eslint.options" 阅读全文

posted @ 2020-05-28 17:29 田头花匠 阅读(362) 评论(0) 推荐(0)