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

Compare commits

..

3 Commits

3 changed files with 1 additions and 7 deletions

View File

@ -1,5 +0,0 @@
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": "lf", "endOfLine": "auto",
"htmlWhitespaceSensitivity": "ignore" "htmlWhitespaceSensitivity": "ignore"
} }

View File

@ -1,7 +1,6 @@
{ {
"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",