linter-flow
linter-flow copied to clipboard
No linting or autocomplete happening
- I have a
.flowconfig:
[ignore]
.*/node_modules/.*
<PROJECT_ROOT>/transpiled/.*
[include]
./source/
[libs]
flow-typed
[options]
all=true
- I have it pointing to my
flowbinary:
"linter-flow":
enableAll: true
executablePath: "./node_modules/.bin/flow"
However, I still can't get it to actually give me errors.
Does it work if you specify the full path to flow? I'm not entirely sure relative paths like that will work.
If a full path works it would be a non-starter for me since I don't do global installs :(
This isn't working for me either.
and for me
I try check work of this module for me and how i understand linter-flow correct work (provideLinter create correct messages), but i don`t see ui messages
I have Linter version 2, but this package use spec for 1 version. Can this be a problem?
Absolute path doesn't solve it for me. I was not very happy with Nuclide, so looking for an alternative.
Following the suggestions in #67, had originally setup with ./node_modules/.bin/flow, I'm still getting errors from the linter, despite the binary definitely being present.

Absolute path does make it work, but that isn't a real solution, since i don't have flow globally installed.