Skip to content

Commit

Permalink
Update eslint config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkemp committed Oct 28, 2018
1 parent c1aba8a commit a55b457
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
"afterColon": true
}
],
"keyword-spacing": 1,
"linebreak-style": [
1,
"unix"
Expand Down Expand Up @@ -167,13 +168,11 @@
"after": true
}
],
"space-after-keywords": 1,
"space-before-blocks": [
1,
"always"
],
"space-before-function-paren": [1, { "anonymous": "always", "named": "never" }],
"space-before-keywords": [1, "always"],
"space-in-parens": [1, "never"],
"space-infix-ops": 1,
"space-unary-ops": 0,
Expand Down

0 comments on commit a55b457

Please sign in to comment.