-
Notifications
You must be signed in to change notification settings - Fork 2
/
.flowconfig
29 lines (27 loc) · 1.12 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
#
# Flow comes bundled with these definitions (https://github.com/facebook/flow/tree/master/lib):
# https://github.com/facebook/flow/blob/master/lib/bom.js
# https://github.com/facebook/flow/blob/master/lib/core.js
# https://github.com/facebook/flow/blob/master/lib/cssom.js
# https://github.com/facebook/flow/blob/master/lib/dom.js
# https://github.com/facebook/flow/blob/master/lib/indexeddb.js
# https://github.com/facebook/flow/blob/master/lib/node.js
# https://github.com/facebook/flow/blob/master/lib/react-dom.js
# https://github.com/facebook/flow/blob/master/lib/react.js
# https://github.com/facebook/flow/blob/master/lib/serviceworkers.js
# https://github.com/facebook/flow/blob/master/lib/streams.js
#
[ignore]
.*/node_modules/.*
<PROJECT_ROOT>/build/.*
<PROJECT_ROOT>/config/.*
!<PROJECT_ROOT>/node_modules/lattice
!<PROJECT_ROOT>/node_modules/lattice-auth
!<PROJECT_ROOT>/node_modules/lattice-sagas
!<PROJECT_ROOT>/node_modules/lattice-utils
!<PROJECT_ROOT>/node_modules/redux-reqseq
.*/node_modules/immutable/.*
[options]
esproposal.optional_chaining=enable
[untyped]
<PROJECT_ROOT>/node_modules/lattice-ui-kit