Skip to content

Commit

Permalink
feat: add object braces rules
Browse files Browse the repository at this point in the history
  • Loading branch information
iamogbz committed Jul 25, 2018
1 parent 80046c5 commit 046e520
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@
"functions": false
}],
"import/prefer-default-export": 0,
"object-curly-newline": [2, {
"multiline": true,
"consistent": true
}],
"object-property-newline": [2, {
"allowAllPropertiesOnSameLine": true
}],
"react/jsx-first-prop-new-line": [2, "multiline"],
"react/jsx-indent": [2, 4],
"react/jsx-indent-props": [2, 4],
Expand Down

0 comments on commit 046e520

Please sign in to comment.