File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 35
35
"mode" : " auto"
36
36
}
37
37
],
38
+ "vue.server.hybridMode" : true ,
38
39
"vue.autoInsert.dotValue" : true ,
39
40
"vue.inlayHints.missingProps" : true ,
40
41
"vue.complete.casing.props" : " kebab" ,
43
44
"vue.format.style.initialIndent" : true ,
44
45
"vue.inlayHints.inlineHandlerLeading" : true ,
45
46
"vue.inlayHints.vBindShorthand" : true ,
46
- "vue.server.hybridMode" : false ,
47
+ "vue.inlayHints.optionsWrapper" : true ,
48
+ "vue.inlayHints.destructuredProps" : true ,
47
49
"sonarlint.output.showAnalyzerLogs" : true ,
48
50
"sonarlint.output.showVerboseLogs" : true ,
49
51
"sonarlint.connectedMode.project" : {
Original file line number Diff line number Diff line change 36
36
},
37
37
"vueCompilerOptions" : {
38
38
"strictTemplates" : true ,
39
- "htmlAttributes" : [" aria-*" , " data-*" ]
39
+ "htmlAttributes" : [" aria-*" , " data-*" ],
40
+ "fallthroughAttributes" : true
40
41
},
41
42
"include" : [
42
43
" src/**/*.ts" ,
You can’t perform that action at this time.
0 commit comments