mirror of https://github.com/status-im/metro.git
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:
parent
522a0460a1
commit
2635363e97
|
@ -13,3 +13,6 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
|
|||
|
||||
unsafe.enable_getters_and_setters=true
|
||||
munge_underscores=true
|
||||
|
||||
[version]
|
||||
^0.48.0
|
||||
|
|
Loading…
Reference in New Issue