Add version to .flowconfig

Summary:
**Summary**

Without this editors or a globally installed flow would use the latest version.
This ensures that flow uses the right version when checking the code.

**Test plan**
```
$ flow
```
Closes https://github.com/facebook/metro-bundler/pull/53

Reviewed By: jeanlauliac

Differential Revision: D5831038

Pulled By: kassens

fbshipit-source-id: c4a7cac7961b1176e940d86419f7a495e98baf23
This commit is contained in:
Jan Kassens 2017-09-19 15:29:11 -07:00 committed by Facebook Github Bot
parent 522a0460a1
commit 2635363e97
1 changed files with 3 additions and 0 deletions

View File

@ -13,3 +13,6 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
unsafe.enable_getters_and_setters=true unsafe.enable_getters_and_setters=true
munge_underscores=true munge_underscores=true
[version]
^0.48.0