We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5797f1 commit 2e1a71dCopy full SHA for 2e1a71d
.eslintrc.json
@@ -46,6 +46,7 @@
46
"react/no-unused-state": "warn",
47
"react/prop-types": "off",
48
"react/prefer-stateless-function": "warn",
49
+ "react/require-default-props": "off",
50
"react/state-in-constructor": "off",
51
"import/extensions": "off",
52
"import/prefer-default-export": "off",
0 commit comments