mirror of
https://github.com/DeveloLongScript/MHSF.git
synced 2026-05-08 02:44:59 -05:00
9 lines
176 B
JSON
9 lines
176 B
JSON
|
|
{
|
||
|
|
"extends": ["next/core-web-vitals"],
|
||
|
|
"rules": {
|
||
|
|
"react-hooks/exhaustive-deps": "off",
|
||
|
|
"react/no-unescaped-entities": "off",
|
||
|
|
"react/display-name": "off"
|
||
|
|
}
|
||
|
|
}
|