disable react/display-name

This commit is contained in:
Chris Waring 2021-02-24 16:53:52 +00:00
parent a053e87f22
commit da997701e8
No known key found for this signature in database
GPG Key ID: 4D2E767CC8B1C083

View File

@ -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",
{