mhsf-dev/.eslintrc.json

7 lines
101 B
JSON

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