Disable react/no-deprecated to pass CI without breaking old versions of React

This commit is contained in:
Brent Vatne
2018-05-31 13:47:28 -07:00
parent 5467f0e22d
commit ce24c66b5a

View File

@@ -38,6 +38,7 @@
"react/sort-comp": "off",
"react/prefer-stateless-function": "off",
"react/no-deprecated": "off",
"react/forbid-prop-types": "warn",
"react/prop-types": "off",