I'm trying to disable the rule `react-hooks/exhaustive-deps`. I've tried adding `"react-hooks/exhaustive-deps": "off",` to .eslintrc without any luck. How do I disable this rule? Thanks!
I'm trying to disable the rule
react-hooks/exhaustive-deps. I've tried adding"react-hooks/exhaustive-deps": "off",to .eslintrc without any luck.How do I disable this rule? Thanks!