1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2026-01-22 23:50:22 +08:00

3 Commits

Author SHA1 Message Date
Hao Wu
3634fcf9e7 Merge b792eea700 into 5629e80822 2024-04-10 21:21:35 +08:00
zclzone
5629e80822 chore: 移除推荐插件中废弃的插件 2024-04-10 21:19:40 +08:00
zclzone
5b798d7db2 chore: 修改尾行风格为自动 2024-04-10 21:17:05 +08:00
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,
"singleQuote": true,
"semi": false,
"endOfLine": "lf",
"endOfLine": "auto",
"htmlWhitespaceSensitivity": "ignore"
}

View File

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