Add ability to define flow config inside package.json.
IMHO, this is important to follow best JS development practices, even if tool written in other language than JS. The other request is to replace OCaml regex with regular JS regex to avoid confusion when have to configure .flowconfig.
+1
For reference/easier findability, these are the flowconfig related issues/suggestions I found that would bring it in line with other tools like eslint, babel, webpack, etc:
.flowconfig.js.flowconfig should use json.flowconfig should recursively consider other .flowconfig filespackage.json
Most helpful comment
IMHO, this is important to follow best JS development practices, even if tool written in other language than JS. The other request is to replace OCaml regex with regular JS regex to avoid confusion when have to configure
.flowconfig.