Skip to content

Commit

Permalink
Upgrade eslint to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
anajavi committed Dec 17, 2021
1 parent 7b1cd9e commit 45b6417
Show file tree
Hide file tree
Showing 5 changed files with 300 additions and 393 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"no-unused-vars": ["error", { "ignoreRestSiblings": true }],
"react/prop-types": "warn",
"prefer-object-spread": "warn",
"react-hooks/rules-of-hooks": "error"
"react-hooks/rules-of-hooks": "error",
"react/jsx-no-constructed-context-values": "error"
},
"globals": {
"process": false
Expand Down
Loading

0 comments on commit 45b6417

Please sign in to comment.