build(projects): update deps, add prettier format command

This commit is contained in:
Soybean
2023-03-12 22:45:39 +08:00
parent cc13fcc8aa
commit 36e5feac98
14 changed files with 906 additions and 2159 deletions

View File

@ -19,7 +19,6 @@
"naumovs.color-highlight",
"pkief.material-icon-theme",
"sdras.vue-vscode-snippets",
"steoates.autoimport",
"vue.volar",
"vue.vscode-typescript-vue-plugin",
"whtouche.vscode-js-console-utils",

15
.vscode/settings.json vendored
View File

@ -9,20 +9,7 @@
"strings": true
},
"editor.tabSize": 2,
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"vue",
"html",
"json",
"jsonc",
"json5",
"yaml",
"yml",
"markdown"
],
"eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact", "vue", "json"],
"files.associations": {
"*.env.*": "dotenv"
},