From b957dbb81389b9728afff26e4b161ade60583557 Mon Sep 17 00:00:00 2001 From: Alexander Olsson Date: Mon, 1 Feb 2016 19:34:21 +0100 Subject: [PATCH] Fixed linting issue This is an issue with escope which is a dependency for babel-eslint. See https://github.com/babel/babel-eslint/issues/243 for more info --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index fb158b8f..4ec79e9b 100644 --- a/package.json +++ b/package.json @@ -21,10 +21,11 @@ "xregexp": "^2.0.0" }, "devDependencies": { - "eslint-config-atom-build": "^1.0.0", "atom-build-spec-helpers": "^0.3.0", "babel-eslint": "^4.1.5", + "escope": "3.3.0", "eslint": "^1.10.1", + "eslint-config-atom-build": "^2.0.0", "fs-extra": "^0.23.0", "temp": "^0.8.1" },