There was an error while loading. Please reload this page.
Maintainer: Michael Robinson mike@pagesofinterest.net
Flow is a static type checker for JavaScript, written by Facebook. See the project's page for details.
Syntastic requires flow version 0.6 or later.
To use flow with your projects, you must:
cd /path/to/your/project flow init
To use flow with syntastic you might also need to start the server manually before running Vim:
cd /path/to/your/project flow start