mhsf-dev/apps/www/.eslintrc.json

9 lines
176 B
JSON
Raw Normal View History

2025-02-13 21:48:41 -06:00
{
"extends": ["next/core-web-vitals"],
"rules": {
"react-hooks/exhaustive-deps": "off",
"react/no-unescaped-entities": "off",
"react/display-name": "off"
}
}