From afdb038244547bf62148fa5290d8c5efdf75a1c1 Mon Sep 17 00:00:00 2001 From: asmsuechan Date: Mon, 14 Aug 2017 11:10:15 +0900 Subject: [PATCH] Add rules --- .eslintrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.eslintrc b/.eslintrc index 0aa760df..33eac81e 100644 --- a/.eslintrc +++ b/.eslintrc @@ -7,9 +7,11 @@ "no-unused-vars": "warn", "no-undef": "warn", "no-lone-blocks": "warn", - "react/prop-types": "warn", + "react/prop-types": 0, + "react/no-string-refs": 0, "react/no-find-dom-node": "warn", "react/no-direct-mutation-state": "warn", - "react/no-render-return-value": "warn" + "react/no-render-return-value": "warn", + "react/no-deprecated": "warn" } }