forked from callstack/async-storage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.flowconfig
51 lines (36 loc) · 1.07 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
[ignore]
# We fork some components by platform.
.*/*.android.js
# Ignore templates with `@flow` in header
.*/local-cli/generator.*
# Ignore malformed json
.*/node_modules/y18n/test/.*\.json
# Ignore BUCK generated dirs
.*/node_modules/\.buckd/
# Ignore unexpected extra @providesModule
.*/node_modules/commoner/test/source/widget/share.js
.*/node_modules/fbemitter/node_modules/.*
.*/node_modules/react-native/.*
.*/node_modules/metro-bundler/.*
.*/node_modules/jest-runtime/build/__tests__/.*
<PROJECT_ROOT>/example/.*
[libs]
node_modules/react-native/Libraries/react-native/react-native-interface.js
node_modules/react-native/flow/
flow-typed/.*
[options]
module.system=haste
esproposal.decorators=ignore
esproposal.class_static_fields=enable
esproposal.class_instance_fields=enable
esproposal.export_star_as=enable
experimental.strict_type_args=true
munge_underscores=true
module.name_mapper='react-native' -> 'emptyObject'
suppress_type=$FlowIssue
suppress_type=$FlowFixMe
suppress_type=$FlowIgnore
suppress_type=$FixMe
unsafe.enable_getters_and_setters=true
[version]
^0.54.0