Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 475 Bytes

vscode.md

File metadata and controls

10 lines (7 loc) · 475 Bytes

VSCode中配置ESLint

eslint

安装

VSCode中配置ESlint非常简单,只要安装ESLint插件即可。VSCode默认开启了eslint的配置。 详细内容请参考链接

配置

选择Code -> Preferences -> User Settings,编写配置项"eslint.enable": true