1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2025-12-28 20:10:22 +08:00
This commit is contained in:
zclzone
2023-12-07 21:55:23 +08:00
commit cfeb813b62
401 changed files with 11125 additions and 0 deletions

22
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,22 @@
{
"files.eol": "\n",
"files.associations": {
"*.env.*": "dotenv",
"*.svg": "html",
"*.css": "scss"
},
"editor.formatOnSave": false,
"[html][css][less][scss][sass][yaml][yml][jsonc][json]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[markdown]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "yzhang.markdown-all-in-one"
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"eslint.validate": ["javascript", "typescript", "javascriptreact", "typescriptreact", "vue"]
}