2015-02-20 04:10:52 +00:00
|
|
|
[ignore]
|
|
|
|
|
|
|
|
# We fork some components by platform.
|
|
|
|
.*/*.android.js
|
|
|
|
|
2016-06-16 22:34:51 +00:00
|
|
|
# Ignore templates with `@flow` in header
|
2016-04-01 15:53:28 +00:00
|
|
|
.*/local-cli/generator.*
|
|
|
|
|
2016-06-16 22:34:51 +00:00
|
|
|
# Ignore malformed json
|
2016-03-08 20:38:52 +00:00
|
|
|
.*/node_modules/y18n/test/.*\.json
|
2016-04-01 15:53:28 +00:00
|
|
|
|
2015-02-20 04:10:52 +00:00
|
|
|
[include]
|
|
|
|
|
|
|
|
[libs]
|
|
|
|
Libraries/react-native/react-native-interface.js
|
2016-03-08 20:38:52 +00:00
|
|
|
flow/
|
2015-02-20 04:10:52 +00:00
|
|
|
|
|
|
|
[options]
|
|
|
|
module.system=haste
|
2015-04-25 05:43:01 +00:00
|
|
|
|
2016-02-25 10:44:58 +00:00
|
|
|
esproposal.class_static_fields=enable
|
|
|
|
esproposal.class_instance_fields=enable
|
|
|
|
|
2016-06-03 09:37:43 +00:00
|
|
|
experimental.strict_type_args=true
|
|
|
|
|
2015-07-30 03:19:40 +00:00
|
|
|
munge_underscores=true
|
|
|
|
|
2015-08-27 01:30:46 +00:00
|
|
|
module.name_mapper='^image![a-zA-Z0-9$_-]+$' -> 'GlobalImageStub'
|
2016-04-19 10:51:45 +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'
|
2015-08-27 01:30:46 +00:00
|
|
|
|
2015-06-11 22:35:26 +00:00
|
|
|
suppress_type=$FlowIssue
|
|
|
|
suppress_type=$FlowFixMe
|
|
|
|
suppress_type=$FixMe
|
|
|
|
|
2016-06-13 21:14:35 +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]+
|
2015-06-22 16:43:30 +00:00
|
|
|
suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
|
2015-06-11 22:35:26 +00:00
|
|
|
|
2015-04-25 05:43:01 +00:00
|
|
|
[version]
|
2016-06-13 21:14:35 +00:00
|
|
|
^0.27.0
|