We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5db3d00 commit 7438878Copy full SHA for 7438878
.eslintrc
@@ -3,7 +3,8 @@
3
"rules": {
4
"jsx-a11y/anchor-is-valid": false,
5
"import/no-cycle": [2, { "maxDepth": 1 }],
6
- "react/forbid-prop-types": false
+ "react/forbid-prop-types": false,
7
+ "react/no-unknown-property": false
8
},
9
"env": {
10
"browser": true
0 commit comments