diff --git a/.eslintrc b/.eslintrc index 06a8360..0e2d7ce 100644 --- a/.eslintrc +++ b/.eslintrc @@ -8,7 +8,7 @@ "no-mixed-spaces-and-tabs": 2, "quotes": [2, "single", "avoid-escape"], "semi": 2, - "space-after-keywords": 2, + "keyword-spacing": 2, "space-before-function-paren": 2, "curly": 0, diff --git a/package.json b/package.json index a9c4560..c08f820 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ }, "devDependencies": { "chai": "^3.4.0", - "eslint": "^1.7.3", + "eslint": "^2.2.0", "mocha": "^2.1.0", "zuul": "^3.7.0" },