Skip to content

Commit

Permalink
fix(object-property-newline): enabled allowMultiplePropertiesPerLine
Browse files Browse the repository at this point in the history
  • Loading branch information
valorkin committed May 17, 2016
1 parent d6b4d1f commit 82203d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
"no-unneeded-ternary": 2,
"no-whitespace-before-property": 2,
"object-curly-spacing": 2,
"object-property-newline": 2,
"object-property-newline": [2, { "allowMultiplePropertiesPerLine": true }],
"one-var": [
2,
"never"
Expand Down

0 comments on commit 82203d7

Please sign in to comment.