mhsf-dev/.eslintrc.json

8 lines
143 B
JSON
Raw 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"
}
2024-05-31 16:22:34 -05:00
}