We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f8abba commit 8a766a8Copy full SHA for 8a766a8
1 file changed
.eslintrc
@@ -23,7 +23,7 @@
23
"react/no-did-mount-set-state": 1,
24
"react/no-did-update-set-state": 1,
25
"react/no-multi-comp": 1,
26
- "react/prop-types": 1,
+ "react/prop-types": [1, { ignore: [children, className] }],
27
"react/react-in-jsx-scope": 1,
28
"react/self-closing-comp": 1,
29
"react/wrap-multilines": 1,
0 commit comments