facebookarchive / ide-flowtype

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

getting type errors after ignore comments #36

Open chrisdrackett opened 6 years ago

chrisdrackett commented 6 years ago

when using comments to ignore lines I still see errors inline in my files. When I run flow in the console they don't show up. It would be nice if using // $FlowFixMe or similar worked inline.

jacobmischka commented 6 years ago

For the record, I'm able to successfully ignore errors reported by ide-flowtype with // $FlowFixMe.