Skip to content

Commit

Permalink
chore: Format files
Browse files Browse the repository at this point in the history
  • Loading branch information
zimme committed Dec 12, 2017
1 parent 59ef52b commit 9525dc2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/__tests__/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,12 @@ const getPrettierOptionsFromESLintRulesTests = [
},
{
rules: {
"react/jsx-closing-bracket-location": [2, {
nonEmpty: "after-props"
}]
"react/jsx-closing-bracket-location": [
2,
{
nonEmpty: "after-props"
}
]
},
options: { jsxBracketSameLine: true }
},
Expand Down

0 comments on commit 9525dc2

Please sign in to comment.