From 1a349eb0cdb73e4745ef99a2fc269ef68be46db6 Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Mon, 18 Sep 2017 19:03:07 +0700 Subject: [PATCH] Turn on prop-types linter --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index c92a2d7a8..324bc9666 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -31,7 +31,7 @@ "react/no-find-dom-node": "off", // TODO: Use default after fixing the errors. - "react/prop-types": "off", + "react/prop-types": "warn", "array-callback-return": "warn", "arrow-parens": ["warn", "always"],