SublimeLinter-flow icon indicating copy to clipboard operation
SublimeLinter-flow copied to clipboard

SublimeLinter plugin for JavaScript static type checking, using flow.

Results 4 SublimeLinter-flow issues
Sort by recently updated
recently updated
newest added

Hello. From this error I can't understand what exactly I should fix. I don't know what is type [1] and type [2] without context and can't goto their definitions. How...

When a build is started (ctrl+b) the linter will sometimes hang. It doesn't always happen and it happens more the longer Sublime Text is running to the point where every...

starting the flow server can take a minute or two (depending on the size of the codebase). nuclide and vscode sort of address this by hooking into flow's LSP server...

If the following line is in a file, you'll see a flow error warning about userSelect not existing on the style object ```var es = (document.documentElement) ? document.documentElement.style.userSelect : null;```...

help wanted