Skip to content

Commit

Permalink
Fix .eslintrc for 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mwiencek committed Aug 8, 2015
1 parent 20f7d73 commit c2a7c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Expand Up @@ -45,7 +45,7 @@
"brace-style": [2, "1tbs"],
"camelcase": [1, {"properties": "never"}],
"consistent-this": [0, "self"],
"indent": [2, 2, {"indentSwitchCase": true}],
"indent": [2, 2, {"SwitchCase": 1}],
"linebreak-style": [2, "unix"],
"new-cap": 0,
"no-lonely-if": 1,
Expand Down

0 comments on commit c2a7c9f

Please sign in to comment.