-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.flowconfig
32 lines (27 loc) · 1.13 KB
/
.flowconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[ignore]
.*node_modules/babel.*
.*node_modules/fbjs/.*
.*node_modules/react/.*
[include]
[libs]
[options]
traces=5
module.name_mapper='^.*\.css$' -> 'ModuleStub'
module.name_mapper='^.*\.svg$' -> 'ModuleStub'
module.name_mapper='^babel-polyfill$' -> 'ModuleStub'
module.name_mapper='^svg-inline-react$' -> 'ModuleStub'
module.name_mapper='^redux-promise$' -> 'ModuleStub'
module.name_mapper='^react-tap-event-plugin$' -> 'ModuleStub'
module.system=haste
module.system.node.resolve_dirname=src
module.system.node.resolve_dirname=node_modules
esproposal.decorators=ignore
esproposal.class_static_fields=enable
esproposal.class_instance_fields=enable
unsafe.enable_getters_and_setters=true
experimental.const_params=true
esproposal.export_star_as=enable
module.ignore_non_literal_requires=true
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(2[0-0]\\|1[0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(2[0-0]\\|1[0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+
suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy