File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ export async function jsonc(
74
74
'jsonc/key-spacing' : [ 'error' , { afterColon : true , beforeColon : false } ] ,
75
75
'jsonc/object-curly-newline' : [ 'error' , { consistent : true , multiline : true } ] ,
76
76
'jsonc/object-curly-spacing' : [ 'error' , 'always' ] ,
77
- 'jsonc/object-property-newline' : [ 'error' , { allowMultiplePropertiesPerLine : true } ] ,
77
+ 'jsonc/object-property-newline' : [ 'error' , { allowAllPropertiesOnSameLine : true } ] ,
78
78
'jsonc/quote-props' : 'error' ,
79
79
'jsonc/quotes' : 'error' ,
80
80
}
Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ export async function vue(
193
193
'vue/keyword-spacing' : [ 'error' , { after : true , before : true } ] ,
194
194
'vue/object-curly-newline' : 'off' ,
195
195
'vue/object-curly-spacing' : [ 'error' , 'always' ] ,
196
- 'vue/object-property-newline' : [ 'error' , { allowMultiplePropertiesPerLine : true } ] ,
196
+ 'vue/object-property-newline' : [ 'error' , { allowAllPropertiesOnSameLine : true } ] ,
197
197
'vue/operator-linebreak' : [ 'error' , 'before' ] ,
198
198
'vue/padding-line-between-blocks' : [ 'error' , 'always' ] ,
199
199
'vue/quote-props' : [ 'error' , 'consistent-as-needed' ] ,
You can’t perform that action at this time.
0 commit comments