diff --git a/.eslintrc.json b/.eslintrc.json index 083af658..ed1699f5 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -25,6 +25,7 @@ "no-bitwise": 0, "no-plusplus" : "off", "no-param-reassign": "off", - "no-mixed-operators":"off" + "no-mixed-operators":"off", + "react/prop-types": "off" } }