diff --git a/frontend/.eslintrc.json b/frontend/.eslintrc.json index f2b28371..41faee4f 100644 --- a/frontend/.eslintrc.json +++ b/frontend/.eslintrc.json @@ -91,7 +91,16 @@ ], "react-hooks/rules-of-hooks": "error", "react-hooks/exhaustive-deps": "warn", - "prettier/prettier": "warn" + "prettier/prettier": "warn", + "react/no-unknown-property": [ + 2, + { + "ignore": [ + "jsx", + "global" + ] + } + ] } }