forked from mozillo/exponent-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.flowconfig
38 lines (27 loc) · 914 Bytes
/
.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
[ignore]
# We fork some components by platform.
<PROJECT_ROOT>/src/.*[.]android.js
<PROJECT_ROOT>/node_modules/metro-bundler/.*
<PROJECT_ROOT>/node_modules/react-native/.*
.*/eslint-config-universe/.*
.*/jest-expo/node_modules/.*
.*/vector-icons/.*
.*/react-native-gesture-handler/.*
.*/react-native-lab/react-native/.*
[include]
[libs]
[options]
emoji=true
esproposal.export_star_as=enable
module.file_ext=.js
module.file_ext=.json
module.file_ext=.ios.js
module.file_ext=.native.js
module.name_mapper='^image![a-zA-Z0-9$_-]+$' -> 'GlobalImageStub'
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'
suppress_type=$FlowIssue
suppress_type=$FlowFixMe
suppress_type=$FixMe
suppress_comment= \\(.\\|\n\\)*\\$FlowFixMe
suppress_comment= \\(.\\|\n\\)*\\$FlowIssue
[version]