mirror of
https://github.com/DeveloLongScript/MHSF.git
synced 2026-05-07 23:54:59 -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"],
|
||||
"rules": {
|
||||
"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