VSCode 使用 eslint 规则格式化 js

使用 Eslint 规范代码。 格式化代码时使用 Eslint 规范。 工具 VSCode Eslint Prettier 二步实现 1. 让 vscode 格式化时默认使用 Prettier 打开 settings.json 配置文件: On Windows/Linux - File > Preferences > Settings On macOS - Code > Preferences > Set...