diff --git a/.eslintrc b/.eslintrc index 9fa10f3..24f9ab5 100644 --- a/.eslintrc +++ b/.eslintrc @@ -47,6 +47,6 @@ "no-var": "error", "prefer-const": "error", "no-trailing-spaces": "error", - "react/prop-types": ["error", {"ignore": ["navigation"]}] + "react/prop-types": 0 } } \ No newline at end of file