From da997701e874be96c906009324a1e3943f24fe36 Mon Sep 17 00:00:00 2001 From: Chris Waring Date: Wed, 24 Feb 2021 16:53:52 +0000 Subject: [PATCH] disable react/display-name --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) 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", {