linter-flow
                                
                                
                                
                                    linter-flow copied to clipboard
                            
                            
                            
                        Atom Linter for Facebook's Flow typechecker
As per #67, setting Flow path to `./node_modules/.bin/flow` definitely loads the local Flow binary. That said, it feels like this could be more intuitive — perhaps by assuming local flow-bin...
Eg: flow version is 0.28 .flowconfig [version] is 0.27 AtomHelper takes 100% of CPU. When running flow in CLI ``` Launching Flow server for /.../project Wrong version of Flow. The...
Hi, I keep receiveing following error quite often: ``` Error: Unhandled exception: End_of_file at ChildProcess. (/Users/tomi/.atom/packages/linter-flow/node_modules/atom-linter/node_modules/sb-exec/lib/index.js:41:20) at emitTwo (events.js:100:13) at ChildProcess.emit (events.js:185:7) at maybeClose (internal/child_process.js:850:16) at Socket. (internal/child_process.js:323:11) at emitOne...
[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.14.4 x64 **Electron**: 1.3.13 **OS**: Mac OS X 10.12.3 **Thrown From**: [linter-flow](https://github.com/AtomLinter/linter-flow) package 5.5.0 ### Stack Trace Uncaught RangeError: Invalid string...
Steps to reproduce (for me, anyway): 1. Open a saved file that is known to contain flow errors. Linter displays no errors. 2. Start typing anything. Linter immediately starts displaying...
This plugin runs Flow in the directory containing the current file, rather than the root project directory Atom is open to, or the project root as defined by the first...
https://flowtype.org/docs/advanced-configuration.html#options It's possible to turn flowtype on for all files by default in a repo. However linter-flow does not seem to understand that and therefore does not highlight issues in...
Hi i would like to use a relative path so that i can use `./node_modules/.bin/flow` in my projects. ``` executablePath: Absolute path to the Flow executable on your system. ```...
If your .flowconfig file has `strip_root=true` in the [options] section, then linter-flow will only show squiggly lines under errors if the file has any unsaved changes. (I'm not really clear...
I got a flow errors that splits up in 3 messages (blame + comment + blame), this is a single error. but the way linter-flow handles it is it displays...