Skip to content

Commit

Permalink
Merge pull request #2115 from request/greenkeeper-eslint-2.3.0
Browse files Browse the repository at this point in the history
Update eslint to version 2.3.0 πŸš€
  • Loading branch information
simov committed Mar 6, 2016
2 parents c289759 + 622d61e commit ce6d9d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Expand Up @@ -37,7 +37,7 @@
"no-shadow": 0,
// Use if () { }
// ^ space
"space-after-keywords": [2, "always"],
"keyword-spacing": [2, {"after": true}],
// Use if () { }
// ^ space
"space-before-blocks": [2, "always"]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -58,7 +58,7 @@
"buffer-equal": "^1.0.0",
"codecov.io": "^0.1.6",
"coveralls": "^2.11.4",
"eslint": "1.10.3",
"eslint": "2.3.0",
"function-bind": "^1.0.2",
"istanbul": "^0.4.0",
"karma": "^0.13.10",
Expand Down

0 comments on commit ce6d9d9

Please sign in to comment.