Skip to content

Commit 82203d7

Browse files
committed
fix(object-property-newline): enabled allowMultiplePropertiesPerLine
1 parent d6b4d1f commit 82203d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
"no-unneeded-ternary": 2,
230230
"no-whitespace-before-property": 2,
231231
"object-curly-spacing": 2,
232-
"object-property-newline": 2,
232+
"object-property-newline": [2, { "allowMultiplePropertiesPerLine": true }],
233233
"one-var": [
234234
2,
235235
"never"

0 commit comments

Comments
 (0)