arcast/apps/main/.eslintrc

5 lines
61 B
Plaintext
Raw Normal View History

2024-04-24 17:32:01 +02:00
{
"rules": {
"react-hooks/exhaustive-deps": "off"
}
}