summaryrefslogtreecommitdiff
path: root/src/rules/react-hooks/default.json
blob: 4276d633007793fd03142965a4540c396f35e9d0 (plain) (blame)
1
2
3
4
5
6
7
8
{
  "react-hooks/exhaustive-deps": [
    "warn"
  ],
  "react-hooks/rules-of-hooks": [
    "error"
  ]
}