mirror of
https://github.com/status-im/metro.git
synced 2025-01-10 11:06:06 +00:00
42b7e6fcdf
Reviewed By: sahrens, kassens Differential Revision: D6426829 fbshipit-source-id: b10e33117cf4adf6bb39fc95a9ffa1e268e7c835
24 lines
768 B
Plaintext
24 lines
768 B
Plaintext
[ignore]
|
|
<PROJECT_ROOT>/packages/.*/build/.*
|
|
|
|
[options]
|
|
emoji=true
|
|
|
|
module.name_mapper='\(metro-[^/]*\)' -> '<PROJECT_ROOT>/packages/\1/src/index.js'
|
|
|
|
suppress_type=$FlowIssue
|
|
suppress_type=$FlowFixMe
|
|
suppress_type=$FlowFixMeProps
|
|
suppress_type=$FlowFixMeState
|
|
|
|
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(5[0-9]\\|[1-4][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native_fb[a-z,_]*\\)?)\\)
|
|
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(5[0-9]\\|[1-4][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.59.0
|