Skip to content

Commit

Permalink
lint: indent
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Oct 11, 2016
1 parent 666222e commit c319164
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"rules": {
"comma-dangle": [2, "never"],
"consistent-return": 2,
"indent": ["error", 2, {"SwitchCase": 1}],
"no-cond-assign": 2,
"no-constant-condition": 2,
"no-control-regex": 2,
Expand Down

0 comments on commit c319164

Please sign in to comment.