From 6c5b351e12895c62391055df2c781c080705b012 Mon Sep 17 00:00:00 2001 From: ABaldwinHunter Date: Thu, 10 Dec 2015 11:37:29 -0500 Subject: [PATCH] update eslint fork to release 1.10.3 of eslint Full changes here: https://github.com/codeclimate/eslint/commit/d24d0b451b75cfad304faeb394371096f2c90777 Original impetus was an error caused by eslint out of date on a snapshot. Note that in addition to regular updates, this change to our eslint fork required rewriting the line that permits airbnb packages but no others. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f627aec53..8c91a5fe9 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "babel-eslint": "4.1.3", - "eslint": "codeclimate/eslint.git#9dba1fe", + "eslint": "codeclimate/eslint.git#d24d0b", "eslint-config-airbnb": "^1.0.0", "eslint-plugin-babel": "2.1.1", "eslint-plugin-react": "3.6.3",