Fixed failing tests
This commit is contained in:
12
.vscode/settings.json
vendored
12
.vscode/settings.json
vendored
@@ -36,5 +36,15 @@
|
||||
"vuetify",
|
||||
"Vuex",
|
||||
"walkdown"
|
||||
]
|
||||
],
|
||||
"javascript.preferences.importModuleSpecifier": "non-relative",
|
||||
"javascript.preferences.importModuleSpecifierEnding": "minimal",
|
||||
"javascript.preferences.organizeImports": {
|
||||
"enabled": true,
|
||||
},
|
||||
"typescript.preferences.importModuleSpecifier": "non-relative",
|
||||
"typescript.preferences.importModuleSpecifierEnding": "minimal",
|
||||
"typescript.preferences.organizeImports": {
|
||||
"enabled": true,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user