arcast/apps/main/.eslintrc

5 lines
61 B
Plaintext

{
"rules": {
"react-hooks/exhaustive-deps": "off"
}
}