Remove deprecated-call-syntax lint setting

Summary:
This lint setting makes deprecated $call syntax a warning instead of an error,
which is the default. This feature has been deprecated since Flow v0.75.0, and
I'm working to finally remove it, which will also remove this lint setting.

Reviewed By: dsainati1

Differential Revision: D14650366

fbshipit-source-id: 779df61be88996278ea63355517c17ec721cea7f
This commit is contained in:
Sam Goldman 2019-03-27 14:54:35 -07:00 коммит произвёл Facebook Github Bot
Родитель f149426c83
Коммит 58335abd97
2 изменённых файлов: 0 добавлений и 2 удалений

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

@ -86,7 +86,6 @@ deprecated-type=warn
unsafe-getters-setters=warn
inexact-spread=warn
unnecessary-invariant=warn
deprecated-call-syntax=warn
signature-verification-failure=warn
deprecated-utility=error

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

@ -86,7 +86,6 @@ deprecated-type=warn
unsafe-getters-setters=warn
inexact-spread=warn
unnecessary-invariant=warn
deprecated-call-syntax=warn
signature-verification-failure=warn
deprecated-utility=error