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

Compare commits

..

1 Commits

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,
"singleQuote": true,
"semi": false,
"endOfLine": "auto",
"endOfLine": "lf",
"htmlWhitespaceSensitivity": "ignore"
}

View File

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