Disable React deprecation warnings in eslint

This is only done because there is some talk of deprecating this
project. I'll open an issue to address these deprecation warnings in the
case that this doesn't happen.
This commit is contained in:
John Karahalis 2018-05-14 16:14:41 -04:00
Родитель 0f6bf46df9
Коммит f6afea86bc
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -26,6 +26,7 @@
"strict": 2,
"react/display-name": 0,
"react/prop-types": 0
"react/prop-types": 0,
"react/no-deprecated": 0
}
}