mhsf-dev/.eslintrc.json

9 lines
176 B
JSON
Raw Permalink Normal View History

2024-05-31 16:22:34 -05:00
{
"extends": ["next/core-web-vitals"],
"rules": {
"react-hooks/exhaustive-deps": "off",
"react/no-unescaped-entities": "off",
"react/display-name": "off"
}
2024-05-31 16:22:34 -05:00
}