diff --git a/.eslintrc b/.eslintrc index 6ebc53601..5a5948158 100644 --- a/.eslintrc +++ b/.eslintrc @@ -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"] diff --git a/package.json b/package.json index 14738b826..26109e344 100644 --- a/package.json +++ b/package.json @@ -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",