gulp-flowtype
gulp-flowtype copied to clipboard
issue48_bugfix
Zap guys
This solves the problem of outputing that the check passed when in fact no checking was made. Actually it only catches errors containing "unsupported" on the message in this fix, which happens when an unknown tag is used in .flowconfig. In my case, I was trying to use [lints] [strict], which aren't supported in the peerDep version the project uses of flow-bin. Being so, this is also a suggestion to update the flow-bin version, which would have fixed my problem in the first place.
Awesome :+1: