Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

JavaScript: flow

LCD 47 edited this page Dec 28, 2015 · 8 revisions

Maintainer: Michael Robinson [email protected]

Flow is a static type checker for JavaScript, written by Facebook. See the project's page for details.

Notes

Syntastic requires flow version 0.6 or later.

To use flow with your projects, you must:

cd /path/to/your/project
flow init
  • Read the docs to find out more. It won't work out of the box.

To use flow with syntastic you might also need to start the server manually before running Vim:

cd /path/to/your/project    
flow start
Clone this wiki locally