changed display name into a warning

This commit is contained in:
eric-burel 2019-03-15 15:15:53 +01:00
parent ca34d828b9
commit 8d691ae302

View file

@ -54,7 +54,7 @@
"single",
"avoid-escape"
],
"react/display-name": 2,
"react/display-name": 1,
"react/prop-types": 0,
"semi": [2, "always"]
},