linter-flow icon indicating copy to clipboard operation
linter-flow copied to clipboard

Atom Linter for Facebook's Flow typechecker

Results 20 linter-flow issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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`....

bug

The linter used to recheck flow when the server was initializing. This could cause massive CPU usage. fixes #114

![linter-flow](https://user-images.githubusercontent.com/669783/31228432-d34ec912-a9dd-11e7-8155-eaed4bd7b7b1.png) 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...

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:...