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

Runs in file directory rather than project root

Open jonvuri opened this issue 8 years ago • 0 comments

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 parent directory with a .flowconfig file. This creates a problem when you have a Flow config that depends on <PROJECT_ROOT> in order to resolve certain modules with module.name_mapper, causing errors that only occur in flow-ide but not when running flow from the project root directory.

jonvuri avatar Jan 28 '17 17:01 jonvuri