Skip to content

Commit

Permalink
Fix sample ESLint configuration (#14926)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-thomson authored and gaearon committed Feb 22, 2019
1 parent 22bb947 commit f99fca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin-react-hooks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Then add it to your ESLint configuration:
"rules": {
// ...
"react-hooks/rules-of-hooks": "error",
"react-hooks/exhaustive-deps": "warning"
"react-hooks/exhaustive-deps": "warn"
}
}
```
Expand Down

0 comments on commit f99fca3

Please sign in to comment.