Turn on prop-types linter

This commit is contained in:
Chi Vinh Le
2017-09-18 19:03:07 +07:00
parent f19b333537
commit 1a349eb0cd
+1 -1
View File
@@ -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"],