Skip to content

Commit 9eb5216

Browse files
committed
chore: remove some useless log
1 parent b275a71 commit 9eb5216

File tree

8 files changed

+230
-334
lines changed

8 files changed

+230
-334
lines changed

.vscode/settings.json

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"typescript.tsdk": "./node_modules/typescript/lib",
3+
"typescript.tsserver.maxTsServerMemory": 4096,
34
"npm.packageManager": "pnpm",
45
"editor.tabSize": 2,
56
"editor.defaultFormatter": "esbenp.prettier-vscode",
@@ -8,6 +9,7 @@
89
"editor.bracketPairColorization.enabled": true,
910
"vue.inlayHints.missingProps": true,
1011
"vue.autoInsert.dotValue": true,
12+
"vue.server.maxOldSpaceSize": 4096,
1113
"explorer.copyRelativePathSeparator": "/",
1214
"search.exclude": {
1315
"**/node_modules": true,
@@ -88,7 +90,15 @@
8890
"editor.defaultFormatter": "esbenp.prettier-vscode"
8991
},
9092
"editor.codeActionsOnSave": {
91-
"source.fixAll.eslint": "explicit"
93+
"source.fixAll.eslint": "explicit",
94+
"source.fixAll.stylelint": "explicit"
95+
},
96+
"[vue]": {
97+
"editor.codeActionsOnSave": {
98+
"source.fixAll.eslint": "explicit",
99+
"source.fixAll.stylelint": "explicit"
100+
},
101+
"editor.defaultFormatter": "esbenp.prettier-vscode"
92102
},
93103
"i18n-ally.localesPaths": ["src/locales/lang"],
94104
"i18n-ally.keystyle": "nested",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"stylelint-config-standard": "~36.0.1",
119119
"stylelint-order": "~6.0.4",
120120
"stylelint-prettier": "^5.0.2",
121-
"typescript": "~5.6.2",
121+
"typescript": "~5.5.4",
122122
"unocss": "^0.63.2",
123123
"unplugin-vue-components": "~0.27.4",
124124
"vite": "~5.4.8",

0 commit comments

Comments
 (0)