diff --git a/.eslintrc.js b/.eslintrc.js index 1dab4de0..520cf5da 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -28,6 +28,7 @@ module.exports = { "prettier/prettier": ["error", {}, { usePrettierrc: true }], "react/react-in-jsx-scope": "off", "react/prop-types": "off", + "react/display-name": "off", "jsx-a11y/anchor-is-valid": [ "error", {