Skip to content

Commit 2e1a71d

Browse files
committed
more lint fixes???
1 parent f5797f1 commit 2e1a71d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.json

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"react/no-unused-state": "warn",
4747
"react/prop-types": "off",
4848
"react/prefer-stateless-function": "warn",
49+
"react/require-default-props": "off",
4950
"react/state-in-constructor": "off",
5051
"import/extensions": "off",
5152
"import/prefer-default-export": "off",

0 commit comments

Comments
 (0)