diff --git a/.vscode/settings.json b/.vscode/settings.json index 6199aea1..3304c48b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -35,6 +35,7 @@ "mode": "auto" } ], + "vue.server.hybridMode": true, "vue.autoInsert.dotValue": true, "vue.inlayHints.missingProps": true, "vue.complete.casing.props": "kebab", @@ -43,7 +44,8 @@ "vue.format.style.initialIndent": true, "vue.inlayHints.inlineHandlerLeading": true, "vue.inlayHints.vBindShorthand": true, - "vue.server.hybridMode": false, + "vue.inlayHints.optionsWrapper": true, + "vue.inlayHints.destructuredProps": true, "sonarlint.output.showAnalyzerLogs": true, "sonarlint.output.showVerboseLogs": true, "sonarlint.connectedMode.project": { diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json index dd87706f..7ac3ad06 100644 --- a/frontend/tsconfig.json +++ b/frontend/tsconfig.json @@ -36,7 +36,8 @@ }, "vueCompilerOptions": { "strictTemplates": true, - "htmlAttributes": ["aria-*", "data-*"] + "htmlAttributes": ["aria-*", "data-*"], + "fallthroughAttributes": true }, "include": [ "src/**/*.ts",