From 45113eb4babe8a9a14cfaae7920d4811903b39ea Mon Sep 17 00:00:00 2001 From: Dominik Ferber Date: Tue, 15 Mar 2016 17:36:35 +0100 Subject: [PATCH] chore(package): update eslint to v2.4.0 Since babel-eslint has been removed, the issue blocking #131 and #137 no longer exist. eslint can now be updated. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 30ee698172..a74b19f9d0 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "colors": "1.1.2", "coveralls": "2.11.8", "cz-conventional-changelog": "1.1.5", - "eslint": "2.2.0", + "eslint": "2.4.0", "eslint-config-airbnb": "6.1.0", "ghooks": "1.0.3", "mocha": "2.4.5",