mhsf-dev/apps/www/.eslintrc.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"
}
}