chore: disable eslint react prop-types rule (#2778)

This commit is contained in:
Erez Rokah 2019-10-22 19:48:45 +03:00 committed by Shawn Erquhart
parent a98e6dee65
commit 0f60a559c1

View File

@ -16,7 +16,7 @@
},
"rules": {
"no-console": [0],
"react/prop-types": [1],
"react/prop-types": [0],
"no-duplicate-imports": "error",
"emotion/jsx-import": "error",
"emotion/no-vanilla": "error",