mirror of
https://github.com/DeveloLongScript/MHSF.git
synced 2026-05-07 15:05:02 -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"
|
|
}
|
|
}
|