From b6c30492767812a585d94f54b80d44ceb9301cda Mon Sep 17 00:00:00 2001 From: Jake Hiller Date: Wed, 10 Feb 2016 16:07:55 -0500 Subject: [PATCH] Update eslint-plugin-react This resolves issues with missing rules that are used in the `airbnb` preset. I'm currently seeing error like this: `Definition for rule 'react/no-deprecated' was not found` Because airbnb is referencing rules that aren't defined in this version of the react plugin. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 75715aeac..b1eaa44bf 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "eslint": "codeclimate/eslint.git#d24d0b", "eslint-config-airbnb": "^5.0.0", "eslint-plugin-babel": "2.1.1", - "eslint-plugin-react": "3.6.3", + "eslint-plugin-react": "3.16.1", "glob": "5.0.14" }, "devDependencies": {