Today, I want React to shut up! :| react/display-name

This commit is contained in:
dvelo 2024-08-07 16:46:21 -05:00
parent 85f865ce3d
commit 2771fce1b0

@ -2,6 +2,7 @@
"extends": ["next/core-web-vitals"],
"rules": {
"react-hooks/exhaustive-deps": "off",
"react/no-unescaped-entities": "off"
"react/no-unescaped-entities": "off",
"react/display-name": "off"
}
}