summaryrefslogtreecommitdiff
path: root/.eslintrc
blob: 0ffd5cb877525ed1cd5da8488f8cc5393d3cbb0f (plain)
1
2
3
4
5
6
7
8
9
{
  "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"
  }
}