From 786e2e273e903f3d53b9664f8a20a6a20dc74a23 Mon Sep 17 00:00:00 2001 From: Ricardo Machado Date: Mon, 20 Mar 2017 16:10:33 +0100 Subject: [PATCH] Downgraded eslint-plugin-react due to a bug on the jsx-indent rule: https://github.com/yannickcr/eslint-plugin-react/issues/1117 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2c2976f2..f05f7e27 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "eslint-config-travix": "^2.2.0", "eslint-plugin-babel": "^4.0.0", "eslint-plugin-import": "^2.2.0", - "eslint-plugin-react": "^6.6.0", + "eslint-plugin-react": "6.10.0", "jest": "^19.0.0", "jest-cli": "^19.0.1", "jest-serializer-enzyme": "^1.0.0",