{
  "extends": "react-app",
  "plugins": ["prettier", "eslint-plugin-cypress", "react-hooks"],
  "rules": {
    "prettier/prettier": "error",
    "react-hooks/rules-of-hooks": "error",
    "react-hooks/exhaustive-deps": "warn"
  }
}