Currently, ide-flowtype's diagnostics update when you save your file. This behavior becomes obsolete when using linter-eslint and eslint-plugin-flowtype-errors, which will report your errors on the fly.
Using both ide-flowtype and linter-eslint result in duplicated diagnostics:
Could we please get a config option to disable diagnostics? :pray:
Currently,
ide-flowtype
's diagnostics update when you save your file. This behavior becomes obsolete when usinglinter-eslint
andeslint-plugin-flowtype-errors
, which will report your errors on the fly.Using both
ide-flowtype
andlinter-eslint
result in duplicated diagnostics:Could we please get a config option to disable diagnostics? :pray: