forked from vim-syntastic/syntastic
-
Notifications
You must be signed in to change notification settings - Fork 2
JavaScript: flow
LCD 47 edited this page Jun 12, 2016
·
8 revisions
This file exists only as a historic reference. Documentation for syntastic
checkers is now included in the manual, please see :help syntastic-checkers
in Vim.
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:
- Install it
- Configure your project:
cd /path/to/your/project
flow init
- Read the docs to find out more. It won't work out of the box.
[Syntastic Wiki][0] [0]: https://github.com/scrooloose/syntastic/wiki/