mirror of
https://github.com/DeveloLongScript/MHSF.git
synced 2026-05-07 18:34:59 -05:00
8 lines
143 B
JSON
8 lines
143 B
JSON
{
|
|
"extends": ["next/core-web-vitals"],
|
|
"rules": {
|
|
"react-hooks/exhaustive-deps": "off",
|
|
"react/no-unescaped-entities": "off"
|
|
}
|
|
}
|