By default, .js and .json are analyzed. Had some files with .es6 extension. To get them to show up when running flow, I had to add this to .flowconfig:
[options] module.file_ext=.es6 module.file_ext=.js module.file_ext=.json
Developer from somewhere
By default, .js and .json are analyzed. Had some files with .es6 extension. To get them to show up when running flow, I had to add this to .flowconfig:
[options] module.file_ext=.es6 module.file_ext=.js module.file_ext=.json