chore: disable eslint react prop-types rule (#2778)
This commit is contained in:
parent
a98e6dee65
commit
0f60a559c1
@ -16,7 +16,7 @@
|
|||||||
},
|
},
|
||||||
"rules": {
|
"rules": {
|
||||||
"no-console": [0],
|
"no-console": [0],
|
||||||
"react/prop-types": [1],
|
"react/prop-types": [0],
|
||||||
"no-duplicate-imports": "error",
|
"no-duplicate-imports": "error",
|
||||||
"emotion/jsx-import": "error",
|
"emotion/jsx-import": "error",
|
||||||
"emotion/no-vanilla": "error",
|
"emotion/no-vanilla": "error",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user