Flow has an option include_warnings. The linter appears to only show warnings if this is set to true in the .flowconfig, but I would rather not do that for the entire project. Is there a way I can have the linter show warnings without setting the entry in the .flowconfig file?
Flow has an option
include_warnings
. The linter appears to only show warnings if this is set to true in the.flowconfig
, but I would rather not do that for the entire project. Is there a way I can have the linter show warnings without setting the entry in the.flowconfig
file?