From cad1ea05840bc6948e1afa22078ee7967b4dbd3c Mon Sep 17 00:00:00 2001 From: greenkeeperio-bot Date: Fri, 19 Feb 2016 18:52:24 +0100 Subject: [PATCH] chore(package): update eslint to version 2.2.0 http://greenkeeper.io/ --- .eslintrc | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" },