mhsf-dev/.eslintrc.json

8 lines
143 B
JSON

{
"extends": ["next/core-web-vitals"],
"rules": {
"react-hooks/exhaustive-deps": "off",
"react/no-unescaped-entities": "off"
}
}