Skip to content

Commit 4c99c8e

Browse files
committed
fix: allow allowMultiplePropertiesPerLine
1 parent 9ce1f16 commit 4c99c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configurations/eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@
580580
"object-property-newline": [
581581
2,
582582
{
583-
"allowMultiplePropertiesPerLine": false
583+
"allowMultiplePropertiesPerLine": true
584584
}
585585
],
586586
"object-shorthand": [

0 commit comments

Comments
 (0)