From 2635363e97d2a7361b891368e8d3a7e720d8be78 Mon Sep 17 00:00:00 2001 From: Jan Kassens Date: Tue, 19 Sep 2017 15:29:11 -0700 Subject: [PATCH] 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 --- .flowconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.flowconfig b/.flowconfig index 6b5077cc..d326d6bf 100644 --- a/.flowconfig +++ b/.flowconfig @@ -13,3 +13,6 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError unsafe.enable_getters_and_setters=true munge_underscores=true + +[version] +^0.48.0