mirror of
https://github.com/DeveloLongScript/MHSF.git
synced 2026-05-07 18:44:59 -05:00
whoops, needed to disable react/no-unescaped-entities
This commit is contained in:
parent
5e782acd54
commit
85f865ce3d
@ -1,6 +1,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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user