1 Star 0 Fork 1

初一/人资项目

forked from zlc1000/人资项目 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
eslint-setting.json 1.28 KB
一键复制 编辑 原始数据 按行查看 历史
{
"editor.fontSize": 20,
"git.confirmSync": false,
"editor.tabSize": 5,
"explorer.confirmDelete": false,
"terminal.integrated.fontSize": 18,
"terminal.integrated.cursorStyle": "line",
"window.zoomLevel": 0,
"git.autofetch": true,
"workbench.sideBar.location": "left",
"terminal.external.osxExec": "/bin/zsh",
"terminal.integrated.shell.osx": "/bin/zsh",
"explorer.confirmDragAndDrop": false,
"files.associations": {
"*.wpy": "vue"
},
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"vetur.experimental.templateInterpolationService": false,
"editor.fontFamily": "'Courier New'",
"workbench.colorTheme": "escook dark",
"window.openFilesInNewWindow": "on",
"editor.minimap.enabled": false,
"liveServer.settings.donotVerifyTags": true,
"liveServer.settings.donotShowInfoMsg": true,
"workbench.startupEditor": "newUntitledFile",
"[vue]": {
"editor.defaultFormatter": "octref.vetur"
},
"eslint.run": "onType",
"eslint.options": {
"extensions": [
".js",
".vue",
".jsx",
".tsx"
]
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zqq45/human-resources-project.git
git@gitee.com:zqq45/human-resources-project.git
zqq45
human-resources-project
人资项目
master

搜索帮助