Skip to content

Commit 7438878

Browse files
committed
Test lint fix
1 parent 5db3d00 commit 7438878

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"rules": {
44
"jsx-a11y/anchor-is-valid": false,
55
"import/no-cycle": [2, { "maxDepth": 1 }],
6-
"react/forbid-prop-types": false
6+
"react/forbid-prop-types": false,
7+
"react/no-unknown-property": false
78
},
89
"env": {
910
"browser": true

0 commit comments

Comments
 (0)