Skip to content

Commit

Permalink
Test: updated eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
fvdm committed Mar 18, 2016
1 parent 2835683 commit 20015c1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"indent": [2, 2, {
"SwitchCase": 1
}],
"keyword-spacing": 2,
"key-spacing": [2, {
"beforeColon": false,
"afterColon": true
Expand Down Expand Up @@ -128,7 +129,7 @@
"operator-assignment": [2, "always"],
"operator-linebreak": [2, "none", {
"overrides": {
"+": "after"
"+": "before"
}
}],
"padded-blocks": [2, "never"],
Expand All @@ -140,12 +141,10 @@
"before": false,
"after": true
}],
"space-after-keywords": [2, "always"],
"space-before-blocks": [2, "always"],
"space-before-function-paren": [2, "always"],
"space-in-parens": [2, "never"],
"space-infix-ops": 2,
"space-return-throw-case": 2,
"space-unary-ops": [2, {
"words": true,
"nonwords": false
Expand Down

0 comments on commit 20015c1

Please sign in to comment.