eslint
文章地址: https://www.jianshu.com/p/44880dfb9870
- 在vscode安装eslint插件
- 添加配置文件
"files.autoSave":"off",
"eslint.validate": [
"javascript",
"javascriptreact",
"html",
{ "language": "vue", "autoFix": true }
],
"eslint.options": {
"plugins": ["html"]
}
网友评论