Skip to content

Commit

Permalink
chore: remove some useless log
Browse files Browse the repository at this point in the history
  • Loading branch information
buqiyuan committed Oct 3, 2024
1 parent b275a71 commit 9eb5216
Show file tree
Hide file tree
Showing 8 changed files with 230 additions and 334 deletions.
12 changes: 11 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"typescript.tsdk": "./node_modules/typescript/lib",
"typescript.tsserver.maxTsServerMemory": 4096,
"npm.packageManager": "pnpm",
"editor.tabSize": 2,
"editor.defaultFormatter": "esbenp.prettier-vscode",
Expand All @@ -8,6 +9,7 @@
"editor.bracketPairColorization.enabled": true,
"vue.inlayHints.missingProps": true,
"vue.autoInsert.dotValue": true,
"vue.server.maxOldSpaceSize": 4096,
"explorer.copyRelativePathSeparator": "/",
"search.exclude": {
"**/node_modules": true,
Expand Down Expand Up @@ -88,7 +90,15 @@
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
"source.fixAll.eslint": "explicit",
"source.fixAll.stylelint": "explicit"
},
"[vue]": {
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit",
"source.fixAll.stylelint": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"i18n-ally.localesPaths": ["src/locales/lang"],
"i18n-ally.keystyle": "nested",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"stylelint-config-standard": "~36.0.1",
"stylelint-order": "~6.0.4",
"stylelint-prettier": "^5.0.2",
"typescript": "~5.6.2",
"typescript": "~5.5.4",
"unocss": "^0.63.2",
"unplugin-vue-components": "~0.27.4",
"vite": "~5.4.8",
Expand Down
Loading

0 comments on commit 9eb5216

Please sign in to comment.