Open chrisdrackett opened 7 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.
// $FlowFixMe
For the record, I'm able to successfully ignore errors reported by ide-flowtype with // $FlowFixMe.
ide-flowtype
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.