Skip to content

Commit

Permalink
New rule: indent switch "case" sections
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Jul 17, 2015
1 parent 96c727f commit c6b10f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"global-strict": 0,
"guard-for-in": 0,
"handle-callback-err": [2, "^(err|error)$" ],
"indent": [2, 2],
"indent": [2, 2, { "indentSwitchCase": true }],
"init-declarations": 0,
"key-spacing": [2, { "beforeColon": false, "afterColon": true }],
"linebreak-style": 0,
Expand Down

0 comments on commit c6b10f6

Please sign in to comment.