Home

Awesome

SublimeLinter-flow

Build Status

This linter plugin for SublimeLinter provides an interface to flow (0.1.0 or later), a static type checker for JavaScript. It will be used with files that have the "JavaScript" syntax.

Installation

SublimeLinter must be installed in order to use this plugin.

Please use Package Control to install the linter plugin.

Getting started with Flow

Please make sure that the path to flow is available to SublimeLinter. The docs cover troubleshooting PATH configuration.

Settings

Additional SublimeLinter-flow settings:

SettingDescription
libAdd a path to your interface files. More info
show-all-errorsIt allows flow to output all errors instead of stopping at 50
executableAllows to specify the path to the flow executable
coverageShows flow coverage warnings
allruns flow against all files regardless of @flow comment

Warning

At this moment, using all in a medium to big sized node.js project may cause a crash. It's recommended to use flow incrementally, one file at a time.