Skip to content

Commit

Permalink
Enforce placing object properties on separate lines (object-property-…
Browse files Browse the repository at this point in the history
…newline)

Fixes standard/standard#524
  • Loading branch information
feross committed Jul 13, 2016
1 parent df5deba commit ebe08d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslintrc.json
Expand Up @@ -122,6 +122,7 @@
"no-useless-rename": 2,
"no-whitespace-before-property": 2,
"no-with": 2,
"object-property-newline": [2, { "allowMultiplePropertiesPerLine": true }],
"one-var": [2, { "initialized": "never" }],
"operator-linebreak": [2, "after", { "overrides": { "?": "before", ":": "before" } }],
"padded-blocks": [2, "never"],
Expand Down

0 comments on commit ebe08d0

Please sign in to comment.