From ed748f199498bb7483fea28d929d197fadeedd17 Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Wed, 16 Sep 2015 20:04:23 +0100 Subject: [PATCH] [eslint] fix travis error with jsx-quotes --- .eslintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc b/.eslintrc index c48d0bf08f6d9c..bdaa1eca9fce00 100644 --- a/.eslintrc +++ b/.eslintrc @@ -15,6 +15,7 @@ "dot-location": [2, "property"], "no-undef": 2, "comma-spacing": 2, + "jsx-quotes": [2, "prefer-double"], "key-spacing": 0, "no-underscore-dangle": 0, @@ -35,7 +36,6 @@ "react/jsx-max-props-per-line": [2, {maximum: 4}], "react/jsx-no-duplicate-props": 2, "react/jsx-no-undef": 2, - "react/jsx-quotes": [2, "double"] }, "parser": "babel-eslint", "plugins": [