forked from jitsi/lib-jitsi-meet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.flowconfig
36 lines (25 loc) · 996 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
; XXX The origin of the source code of this .flowconfig file is the jitsi-meet
; project. As the NPM package jitsi-meet builds the NPM package lib-jitsi-meet
; and jitsi-meet's react-native requires specific .flowconfig contents, it is
; mandatory to keep the .flowconfig files of jitsi-meet and lib-jitsi-meet in
; sync (e.g. the flow-bin version).
;
[ignore]
; Ignore packages in node_modules which we (i.e. the lib-jitsi-meet project)
; have seen to cause errors and we have chosen not to fix.
[include]
[libs]
flow/
[options]
emoji=true
module.system=node
experimental.strict_type_args=true
munge_underscores=true
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\\)*\\$FlowFixedInNextDeploy
unsafe.enable_getters_and_setters=true
[version]
^0.38.0