Skip to content

Commit

Permalink
eslint-plugin-react-hooks and dependencies update
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiHotz committed Feb 14, 2019
1 parent 26c1aa9 commit 88833cf
Show file tree
Hide file tree
Showing 3 changed files with 203 additions and 291 deletions.
4 changes: 3 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"plugins": [
"jest",
"react",
"flowtype"
"flowtype",
"react-hooks"
],
"parserOptions": {
"sourceType": "module",
Expand Down Expand Up @@ -50,6 +51,7 @@
"error",
"always"
],
"react-hooks/rules-of-hooks": "error",
"newline-before-return": "error",
"react/no-danger": 0,
"import/extensions": 0,
Expand Down
Loading

0 comments on commit 88833cf

Please sign in to comment.