Skip to content

Commit 45b6417

Browse files
committed
Upgrade eslint to v8
1 parent 7b1cd9e commit 45b6417

File tree

5 files changed

+300
-393
lines changed

5 files changed

+300
-393
lines changed

.eslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
"no-unused-vars": ["error", { "ignoreRestSiblings": true }],
3030
"react/prop-types": "warn",
3131
"prefer-object-spread": "warn",
32-
"react-hooks/rules-of-hooks": "error"
32+
"react-hooks/rules-of-hooks": "error",
33+
"react/jsx-no-constructed-context-values": "error"
3334
},
3435
"globals": {
3536
"process": false

0 commit comments

Comments
 (0)