tptee / FlowIDE

IDE-caliber support for Flow in Sublime Text
MIT License
38 stars 6 forks source link

Activate FlowIDE when `all` is true #18

Open rafaelrene opened 6 years ago

rafaelrene commented 6 years ago

Hi!

Currently I'm working on a project that has set all=true in .flowconfig file, so there's no // @flow in any of the files and as such FlowIDE does not activate at all.

I believe that if .flowconfig exists, FlowIDE should check if all option is present and all features should be activated just like when file has // @flow on top