-
Notifications
You must be signed in to change notification settings - Fork 2
/
.flowconfig
30 lines (27 loc) · 929 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
# Flow Configuration File
# See https://flowtype.org/docs/advanced-configuration.html for more details.
#
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Include
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
[include]
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Ignore
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
[ignore]
.*/node_modules/.*
.*/__test__/.*
.*/public/.*
.*/server/.*
.*/config/.*
.*/coverage/.*
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Libs
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
[libs]
flow-typed
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Options
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
[options]
all=true