-
Notifications
You must be signed in to change notification settings - Fork 1
/
.flowconfig
20 lines (20 loc) · 889 Bytes
/
.flowconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# 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]
.*\.test\.js
.*/node_modules/.*
<PROJECT_ROOT>/build/.*
<PROJECT_ROOT>/config/.*
!<PROJECT_ROOT>/node_modules/lattice
.*/node_modules/immutable/.*