From fd05a9d258e972d98020eca28d1e4d8dae1bb8e7 Mon Sep 17 00:00:00 2001 From: Yuya Ochiai Date: Tue, 1 Nov 2016 23:58:33 +0900 Subject: [PATCH] Update .eslintrc.json --- .eslintrc.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 283fa26b..cc864d9b 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -7,11 +7,8 @@ "no-eval": 1, "no-process-env": 0, "no-underscore-dangle": 1, - "react/jsx-boolean-value": [1, "always"], "react/jsx-indent": [2, 2], "react/jsx-indent-props": [2, 2], - "react/no-multi-comp": 1, - "react/prefer-es6-class": 1, - "react/prop-types": 1 + "react/prefer-es6-class": 1 } }