.eslintrc 143 B

123456789
  1. {
  2. "plugins": [
  3. "react-hooks"
  4. ],
  5. "rules": {
  6. "react-hooks/rules-of-hooks": "error",
  7. "react-hooks/exhaustive-deps": "warn"
  8. }
  9. }