Skip to content

Commit d3d931a

Browse files
committed
Disable rules of hooks for examples.
1 parent 041c791 commit d3d931a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"plugins": ["jest", "promise", "react", "react-hooks"],
1414
"rules": {
1515
"react/prop-types": "off",
16-
"react-hooks/rules-of-hooks": "error"
16+
"react-hooks/rules-of-hooks": "off"
1717
},
1818
"settings": {
1919
"react": {

0 commit comments

Comments
 (0)