vscode 下载
https://code.visualstudio.com/
插件官网
https://marketplace.visualstudio.com/VSCode
vscode 的 setting.json文件配置ESlint
{ "editor.formatOnSave": true, "editor.codeActionsOnSave": { "source.fixAll": true } }
标签:vscode,配置,ESLint,https,visualstudio,true,editor From: https://www.cnblogs.com/hechunfeng/p/17835492.html