Skip to content

Commit

Permalink
Update ES Lint rules for switch statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ediblecode committed Sep 23, 2016
1 parent 0843605 commit 8a0d0de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/javascripts/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"no-unused-vars": "warn",
"indent": [
"error",
"tab"
"tab",
{ "SwitchCase", "1" }
],
"linebreak-style": 0,
"quotes": [
Expand Down

0 comments on commit 8a0d0de

Please sign in to comment.