mirror of
https://github.com/DeveloLongScript/MHSF.git
synced 2026-05-07 15:44:58 -05:00
Today, I want React to shut up! :| react/display-name
This commit is contained in:
parent
85f865ce3d
commit
2771fce1b0
@ -2,6 +2,7 @@
|
|||||||
"extends": ["next/core-web-vitals"],
|
"extends": ["next/core-web-vitals"],
|
||||||
"rules": {
|
"rules": {
|
||||||
"react-hooks/exhaustive-deps": "off",
|
"react-hooks/exhaustive-deps": "off",
|
||||||
"react/no-unescaped-entities": "off"
|
"react/no-unescaped-entities": "off",
|
||||||
|
"react/display-name": "off"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user