forked from amaroteam/react-credit-cards
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.flowconfig
executable file
·27 lines (21 loc) · 922 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
[ignore]
.*/node_modules/config-chain/test/broken.json
.*/node_modules/npmconf/test/.*
.*/node_modules/react-side-effect/.*
[include]
[libs]
./defs
[options]
module.name_mapper='^actions\/?\(.*\)?$' -> '<PROJECT_ROOT>/app/scripts/actions/\1'
module.name_mapper='^config$' -> '<PROJECT_ROOT>/app/scripts/'
module.name_mapper='^components\/\(.*\)$' -> '<PROJECT_ROOT>/app/scripts/components/\1'
module.name_mapper='^constants\/index$' -> '<PROJECT_ROOT>/app/scripts/constants/'
module.name_mapper='^containers\/\(.*\)$' -> '<PROJECT_ROOT>/app/scripts/containers/\1'
module.name_mapper='^epics\/\(.*\)$' -> '<PROJECT_ROOT>/app/scripts/epics/\1'
module.name_mapper='^reducers\/\(.*\)$' -> '<PROJECT_ROOT>/app/scripts/reducers/\1'
module.name_mapper='^utils\/?\(.*\)?$' -> '<PROJECT_ROOT>/app/scripts/utils/\1'
munge_underscores=true
strip_root=true
suppress_type=$FlowIssue
suppress_type=$FlowFixMe
suppress_type=$FixMe