-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.flowconfig
32 lines (29 loc) · 1.38 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
30
31
32
[include]
./src/
./src/js/
[ignore]
.*/node_modules/.*
.*/node_modules/flow-remove-types/.*
.*/dist/.*
.*/lib/.*
[libs]
flow-typed/npm
[options]
suppress_comment=.*\\$FlowFixMe
suppress_comment=.*\\$FlowInvalidInputTest
module.system.node.resolve_dirname=node_modules
module.system.node.resolve_dirname=src/js
module.name_mapper='\(react-redux\)' -> '<PROJECT_ROOT>/config/flow/GeneralStub.js'
module.name_mapper='\(grommet-cms-content-blocks\)' -> '<PROJECT_ROOT>/config/flow/GeneralStub.js'
module.name_mapper='\(react\)' -> '<PROJECT_ROOT>/config/flow/GeneralStub.js'
module.name_mapper='\(redux\)' -> '<PROJECT_ROOT>/config/flow/GeneralStub.js'
module.name_mapper='\(styled-components\)' -> '<PROJECT_ROOT>/config/flow/GeneralStub.js'
module.name_mapper='\(react-helmet\)' -> '<PROJECT_ROOT>/config/flow/GeneralStub.js'
module.name_mapper='\(unescape\)' -> '<PROJECT_ROOT>/config/flow/GeneralStub.js'
module.name_mapper='\(recursive-unescape\)' -> '<PROJECT_ROOT>/config/flow/GeneralStub.js'
module.name_mapper='\(react-addons-css-transition-group\)' -> '<PROJECT_ROOT>/config/flow/GeneralStub.js'
module.name_mapper='^grommet-cms\/\(.*\)$' -> '<PROJECT_ROOT>/src/js/\1'
module.name_mapper='.*\.md$' -> '<PROJECT_ROOT>/config/flow/GeneralStub.js'
module.name_mapper='.*\.png$' -> '<PROJECT_ROOT>/config/flow/GeneralStub.js'
esproposal.class_static_fields=enable
esproposal.class_instance_fields=enable