facebookarchive / ide-flowtype

Flow support for Atom IDE
Other
178 stars 17 forks source link

Allow disabling diagnostics #68

Open skyrpex opened 6 years ago

skyrpex commented 6 years ago

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: screenshot from 2018-05-16 12-10-28

Could we please get a config option to disable diagnostics? :pray: