.eslintrc.json 99 B

123456
  1. {
  2. "extends": "next/core-web-vitals",
  3. "rules": {
  4. "react-hooks/exhaustive-deps": "off"
  5. }
  6. }