metro/.flowconfig

23 lines
657 B
Plaintext
Raw Permalink Normal View History

2017-01-26 12:56:40 +00:00
[ignore]
<PROJECT_ROOT>/packages/.*/build/.*
2017-01-26 12:56:40 +00:00
[options]
emoji=true
2017-01-26 12:56:40 +00:00
module.name_mapper='\(metro-[^/]*\)' -> '<PROJECT_ROOT>/packages/\1/src/index.js'
2017-02-24 13:58:08 +00:00
suppress_type=$FlowIssue
suppress_type=$FlowFixMe
suppress_type=$FlowFixMeProps
suppress_type=$FlowFixMeState
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(<VERSION>\\)? *\\(site=[a-z,_]*react_native_fb[a-z,_]*\\)?)\\)
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(<VERSION>\\)? *\\(site=[a-z,_]*react_native_fb[a-z,_]*\\)?)\\)?:? #[0-9]+
2017-02-24 13:58:08 +00:00
suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
2017-02-27 10:41:38 +00:00
2017-04-11 17:22:31 +00:00
munge_underscores=true
[version]
^0.70.0