Created by: chrislloyd
Without this step, flow (0.38.0) complains it couldn't find a .flowconfig
file in the directory.
yarn run v0.19.1
$ flow
Could not find a .flowconfig in . or any of its parent directories.
See "flow init --help" for more info
error Command failed with exit code 12.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
This isn't ideal (Flow should work without the presence of a .flowconfig
file) but this change updates the documentation to reflect the current state of the world.