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"],