Skip to content

Commit

Permalink
relaxes eslint curly rule
Browse files Browse the repository at this point in the history
  • Loading branch information
davelandry committed Jul 7, 2016
1 parent 5d06ff7 commit 181a46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"consistent-return": 2,
"consistent-this": 2,
"constructor-super": 2,
"curly": [2, "multi"],
"curly": [2, "multi-line"],
"default-case": 2,
"dot-location": [2, "property"],
"dot-notation": 2,
Expand Down

0 comments on commit 181a46e

Please sign in to comment.