2016-02-22 22:04:42 +00:00
|
|
|
[ignore]
|
|
|
|
|
|
|
|
# We fork some components by platform.
|
|
|
|
.*/*.android.js
|
|
|
|
|
2016-07-20 09:03:05 +00:00
|
|
|
# Ignore templates with `@flow` in header
|
2016-04-24 08:07:08 +00:00
|
|
|
.*/local-cli/generator.*
|
|
|
|
|
2016-07-20 09:03:05 +00:00
|
|
|
# Ignore malformed json
|
2016-04-24 08:07:08 +00:00
|
|
|
.*/node_modules/y18n/test/.*\.json
|
|
|
|
|
2016-02-22 22:04:42 +00:00
|
|
|
[include]
|
|
|
|
|
|
|
|
[libs]
|
|
|
|
node_modules/react-native/Libraries/react-native/react-native-interface.js
|
2016-04-24 08:07:08 +00:00
|
|
|
node_modules/react-native/flow
|
|
|
|
flow/
|
2016-02-22 22:04:42 +00:00
|
|
|
|
|
|
|
[options]
|
|
|
|
module.system=haste
|
|
|
|
|
2016-04-24 08:07:08 +00:00
|
|
|
esproposal.class_static_fields=enable
|
|
|
|
esproposal.class_instance_fields=enable
|
|
|
|
|
2016-07-20 09:03:05 +00:00
|
|
|
experimental.strict_type_args=true
|
|
|
|
|
2016-02-22 22:04:42 +00:00
|
|
|
munge_underscores=true
|
|
|
|
|
|
|
|
module.name_mapper='^image![a-zA-Z0-9$_-]+$' -> 'GlobalImageStub'
|
2016-07-20 09:03:05 +00:00
|
|
|
module.name_mapper='^[./a-zA-Z0-9$_-]+\.\(bmp\|gif\|jpg\|jpeg\|png\|psd\|svg\|webp\|m4v\|mov\|mp4\|mpeg\|mpg\|webm\|aac\|aiff\|caf\|m4a\|mp3\|wav\|html\|pdf\)$' -> 'RelativeImageStub'
|
2016-02-22 22:04:42 +00:00
|
|
|
|
|
|
|
suppress_type=$FlowIssue
|
|
|
|
suppress_type=$FlowFixMe
|
|
|
|
suppress_type=$FixMe
|
|
|
|
|
2016-07-20 09:03:05 +00:00
|
|
|
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(2[0-7]\\|1[0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)
|
|
|
|
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(2[0-7]\\|1[0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+
|
2016-02-22 22:04:42 +00:00
|
|
|
suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
|
|
|
|
|
|
|
|
[version]
|
2016-07-20 09:03:05 +00:00
|
|
|
^0.27.0
|