diff --git a/.eslintrc.json b/.eslintrc.json index 97883ee67..519785509 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -53,6 +53,7 @@ "react-hooks/rules-of-hooks": "off", "react-hooks/exhaustive-deps": "off", "@next/next/no-img-element": "off", - "@typescript-eslint/no-unsafe-argument": "off" + "@typescript-eslint/no-unsafe-argument": "off", + "jsx-a11y/alt-text": "off" } }