We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92c5c2e commit 7f7e538Copy full SHA for 7f7e538
.eslintrc.json
@@ -31,6 +31,7 @@
31
"plugins": ["@typescript-eslint", "react", "prettier"],
32
"rules": {
33
"prettier/prettier": "error",
34
- "react/react-in-jsx-scope": "off"
+ "react/react-in-jsx-scope": "off",
35
+ "react/require-default-props": "off"
36
}
37
0 commit comments