1 Star 0 Fork 1

zlc1000/人资项目

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
eslint-setting.json 1.28 KB
Copy Edit Raw Blame History
{
"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/zlc1000/human-resources-project.git
git@gitee.com:zlc1000/human-resources-project.git
zlc1000
human-resources-project
人资项目
master

Search