Skip to content

Commit

Permalink
Merge pull request #1372 from mapbox/disable-no-else-return
Browse files Browse the repository at this point in the history
Disable eslint "no-else-return" rule
  • Loading branch information
lucaswoj committed Jul 17, 2015
2 parents eff0258 + 9f85d33 commit 76b08ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"space-after-keywords": 2,
"comma-style": 2,
"no-lonely-if": 2,
"no-else-return": 2,
"no-else-return": 0,
"new-cap": 0,
"no-empty": 2,
"no-new": 2,
Expand Down

0 comments on commit 76b08ac

Please sign in to comment.