Skip to content

Commit 041c791

Browse files
committed
Fix eslint config.
1 parent 89811e8 commit 041c791

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
@@ -12,7 +12,7 @@
1212
},
1313
"plugins": ["jest", "promise", "react", "react-hooks"],
1414
"rules": {
15-
"react/prop-types": "none",
15+
"react/prop-types": "off",
1616
"react-hooks/rules-of-hooks": "error"
1717
},
1818
"settings": {

0 commit comments

Comments
 (0)