mirror of
https://github.com/status-im/metro.git
synced 2025-01-10 02:55:46 +00:00
2635363e97
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
19 lines
790 B
Plaintext
19 lines
790 B
Plaintext
[ignore]
|
|
.*/node_modules/conventional-changelog-core/test/fixtures/_malformation.json
|
|
<PROJECT_ROOT>/packages/.*/build/.*
|
|
|
|
[options]
|
|
module.name_mapper='^types/\(.*\)$' -> '<PROJECT_ROOT>/types/\1.js'
|
|
module.name_mapper='\(metro-[^/]*\)' -> '<PROJECT_ROOT>/packages/\1/src/index.js'
|
|
|
|
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(3[0-9]\\|[1-2][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native_fb[a-z,_]*\\)?)\\)
|
|
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(3[0-9]\\|[1-2][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native_fb[a-z,_]*\\)?)\\)?:? #[0-9]+
|
|
suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
|
|
suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
|
|
|
|
unsafe.enable_getters_and_setters=true
|
|
munge_underscores=true
|
|
|
|
[version]
|
|
^0.48.0
|