Skip to content

Commit

Permalink
Chore: enable object-curly-newline & object-property-newline.
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Aug 4, 2017
1 parent c794f86 commit 3b380c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/eslint-config-eslint/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,9 @@ rules:
no-whitespace-before-property: "error"
no-with: "error"
no-var: "error"
object-curly-newline: ["error", { "consistent": true, "multiline": true}]
object-curly-spacing: ["error", "always"]
object-property-newline: ["error", { "allowMultiplePropertiesPerLine": true }]
object-shorthand: "error"
one-var-declaration-per-line: "error"
operator-assignment: "error"
Expand Down

0 comments on commit 3b380c6

Please sign in to comment.