1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2025-05-01 22:59:01 +08:00

Compare commits

..

No commits in common. "5629e80822e23a4202979151ff8a8203bc794aac" and "9615ec9aa878ac1a20ba0ae0fd63cd68e6661690" have entirely different histories.

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",