diff --git a/.eslintrc b/.eslintrc index 596e1115f2..4866342f5c 100644 --- a/.eslintrc +++ b/.eslintrc @@ -43,6 +43,7 @@ "ignoreRegExpLiterals": true }], "react/jsx-uses-react": "off", + "react/prop-types": "off", "react/react-in-jsx-scope": "off", "react-hooks/exhaustive-deps": "error", "testing-library/render-result-naming-convention": "off",