chore: Update environment configuration and dependencies
Some checks failed
CI / cache-and-install (push) Failing after 2m6s
Some checks failed
CI / cache-and-install (push) Failing after 2m6s
This commit is contained in:
11
.vscode/settings.json
vendored
Normal file
11
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.fixAll": "explicit"
|
||||
},
|
||||
"editor.formatOnSave": true,
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||
"typescript.tsdk": "node_modules/typescript/lib",
|
||||
"typescript.preferences.autoImportFileExcludePatterns": [
|
||||
"vue-router/auto$"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user