[my vscode setting.json](https://github.com/NorseLZJ/lzj-config/tree/master/vscode) ...
workbench.colorTheme : DefaultLight , 主题 terminal.integrated.shell.windows : C: Windows System cmd.exe , trrminal git.path : D: Git bin git.exe , git files.autoSave : onFocusChange , 自动保存 files.assoc ...
2019-11-26 10:10 0 300 推荐指数:
[my vscode setting.json](https://github.com/NorseLZJ/lzj-config/tree/master/vscode) ...
vscode中eslint的setting.json配置,如下: ...
划重点 eslint-config-prettier 禁用 eslint 冲突配置 eslint-plugin-prettier Prettier先格式化 (默认是先eslint格式化,再Prettier格式化) 如何解决Prettier与ESLint的配置冲突问题? 在代码格式化时采用 ...
vc 详情 拉取 ...
需要添加的插件是ESLint,Vetur,Prettier ...
{ // vscode默认启用了根据文件类型自动设置tabsize的选项 "editor.detectIndentation": false, // 重新设定tabsize "editor.tabSize ...