linter-flow
linter-flow copied to clipboard
Atom Linter for Facebook's Flow typechecker
[](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. π¦ To activate Renovate, merge this Pull Request....
This change isβ[](https://reviewable.io/reviews/atomlinter/linter-flow/195)
I use linter-flow without `npm i -g flow-bin`, and get error: > ~/.atom/packages/linter/lib/linter-registry.js:159 [Linter] Error running Flow Error: Failed to spawn command `flow`. Make sure `flow` is installed and on...
In the [v2.3.0 release](https://github.com/steelbrain/linter/releases/tag/v2.3.0) of `linter` support for the v1 API was removed, breaking semver. This means that this provider is no longer supported by the current version of `linter`....
The linter used to recheck flow when the server was initializing. This could cause massive CPU usage. fixes #114
 I am using: - flow-bin 0.56.0 - linter-flow 5.6.1 - atom 1.21.0 ia32 - node 8.6.0 - npm 5.4.2
I'm thinking this is unrealistic, but I thought I would ask. I'm interested in using flow, but I don't like the idea of documenting my code twice (once in jsdoc...
This issue is back... My environment: - `[email protected]` - `[email protected] x64` - `[email protected]` - `[email protected]`
It would be nice to be able to point where `.flowconfig` lives. I've got a project where both `react-native` and `web` share a lot of code but not the same...
- I have a `.flowconfig`: ``` [ignore] .*/node_modules/.* /transpiled/.* [include] ./source/ [libs] flow-typed [options] all=true ``` - I have it pointing to my `flow` binary: ``` "linter-flow": enableAll: true executablePath:...