How can I configure Flow to show all errors via .flowconfig?

21 views Asked by At

I know I can use --show-all-errors from CLI, but to make it work with ALE and Neovim, I'd like to add this option in .flowconfig file, too. Possible?

Related ALE configuration for Flow: https://github.com/dense-analysis/ale/blob/master/ale_linters/javascript/flow.vim

0

There are 0 answers