1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2026-03-10 13:40:22 +08:00

1 Commits

Author SHA1 Message Date
Hao Wu
917daa71c8 Merge b792eea700 into 9615ec9aa8 2024-04-10 03:39:37 +00:00
3 changed files with 7 additions and 1 deletions

5
.editorconfig Normal file
View File

@@ -0,0 +1,5 @@
root = true
[*]
charset = utf-8
end_of_line = lf

View File

@@ -2,6 +2,6 @@
"printWidth": 100, "printWidth": 100,
"singleQuote": true, "singleQuote": true,
"semi": false, "semi": false,
"endOfLine": "auto", "endOfLine": "lf",
"htmlWhitespaceSensitivity": "ignore" "htmlWhitespaceSensitivity": "ignore"
} }

View File

@@ -1,6 +1,7 @@
{ {
"recommendations": [ "recommendations": [
"Vue.volar", "Vue.volar",
"Vue.vscode-typescript-vue-plugin",
"antfu.unocss", "antfu.unocss",
"antfu.iconify", "antfu.iconify",
"dbaeumer.vscode-eslint", "dbaeumer.vscode-eslint",