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

JavaScript: flow

Michael Robinson edited this page Feb 4, 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.

Note

To use flow with your projects, you must:

~$ flow init
  • Configure syntastic
let g:syntastic_javascript_checkers=['flow']

Do read the docs to find out more.

Clone this wiki locally