mhsf-dev/apps/www/.eslintrc.json
2025-02-13 21:48:41 -06:00

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"
}
}